body {
    background-color: #000080; /* Classic Windows Blue */
    background-image: url('https://www.transparenttextures.com/patterns/cubes.png'); /* Tiled pattern */
    color: #FFFF00; /* Bright Yellow text */
    font-family: "Comic Sans MS", "Comic Sans", "Chalkboard SE", "Comic Neue", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='38' height='38' style='font-size: 29px;'><text y='29'>🌭</text></svg>") 19 19, auto;
}

.container {
    text-align: center;
    background: #878991; /* Classic Gray */
    padding: 2rem;
    border: 4px ridge #FFFFFF;
    max-width: 600px;
    color: #000000;
}

h1 {
    color: #0000FF;
    text-decoration: underline;
    font-size: 3rem;
    margin-bottom: 0;
}

p {
    font-size: 1.2rem;
}

marquee {
    background: #000000;
    color: #00FF00;
    font-family: monospace;
    padding: 5px;
    margin: 20px 0;
}

.counter {
    background: #000000;
    color: #FF0000;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    padding: 10px;
    border: 2px inset #808080;
    display: inline-block;
    margin-top: 20px;
}
.corner-computer {
    position: fixed;   /* Sticks it to the viewport */
    bottom: 20px;      /* Distance from the bottom edge */
    right: 20px;       /* Distance from the right edge */
    z-index: 1000;     /* Ensures it stays on top of other elements */
    width: 100px;      /* Matches your width attribute */
}
img {
    margin: 10px;
}

.privacy-link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 11px;
    color: #ffffff !important; /* Force white to avoid purple visited state */
    text-decoration: none;
    font-family: Arial, sans-serif;
    opacity: 0.6;
    z-index: 10001;
}

.privacy-link:visited {
    color: #ffffff !important;
}

.privacy-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.duh-text {
    position: fixed;
    pointer-events: none;
    font-weight: bold;
    color: #FFFF00;
    font-size: 16px;
    z-index: 10000;
}

/* Explosion Particles */
.particle {
    position: fixed;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    pointer-events: none;
    z-index: 9999;
}
