    #fullscreen-viewer {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.85);
        z-index: 9999;
        justify-content: center;
        align-items: center;
        cursor: zoom-out;
    }

    #fullscreen-img {
        max-width: 90vw;
        max-height: 90vh;
        border: 6px groove fuchsia;
        box-shadow: 0 0 20px cyan;
        image-rendering: pixelated;
    }


    body {
        background-image: url('../images/stars.gif') !important;
        color: lime;
        font-family: "Comic Sans MS", cursive;
    }

    h1,
    h3 {
        text-align: center;
        text-shadow: 2px 2px fuchsia;
        margin-top: 20px;
    }

    .retro-box {
        background-image: url('/images/bg.gif');
        border: 5px ridge cyan;
        box-shadow: 0 0 15px magenta;
        padding: 1.5rem;
        margin: 2rem auto;
        max-width: 1100px;
        font-size: 1rem;
        line-height: 1.6;
    }

    .retro-img {
        width: 100%;
        max-width: 500px;
        max-height: 500px;
        border: 4px outset magenta;
        box-shadow: 0 0 12px cyan;
    }

    .section-title {
        color: yellow;
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    a {
        color: fuchsia;
        text-decoration: none;
        font-weight: bold;
    }

    a:hover {
        color: cyan;
        text-shadow: 1px 1px hotpink;
    }

    .intro-message {
        background-color: black;
        border: 4px double lime;
        padding: 1.5rem;
        margin: 2rem auto;
        max-width: 700px;
        text-align: center;
        font-size: 1.1rem;
        color: cyan;
        text-shadow: 1px 1px magenta;
        box-shadow: 0 0 12px lime;
    }

    .image-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        margin-top: 1rem;

    }

    .image-grid-2 {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        margin-top: 1rem;

    }

    .image-grid-2 img {
        max-width: 500px;
        max-height: 500px;
        border: 4px outset magenta;
        box-shadow: 0 0 12px cyan;
        image-rendering: pixelated;
    }

    .image-grid img {
        width: 100%;
        max-width: 500px;
        max-height: 500px;
        border: 4px outset magenta;
        box-shadow: 0 0 12px cyan;
    }