body {
    margin: 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

#container {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

#background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#instructions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 5px black;
    cursor: pointer;
}

#gif {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: auto;
}

#pixi-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
