html, body {
    background-color: black;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#centering-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
}

#container {
    max-width: 40.125em;
    width: 100vw;
    height: 36em;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("/index/frame1.png") no-repeat;
    background-size: contain;
    box-sizing: border-box;
    padding-top: min(10em, 24%);
    padding-left: min(7em, 18%);
    margin-top: min(6em, 15vh);
}

#images {
    position: relative;
}

#images > * {
    display: inline;
}

#enter {
    position: absolute;
    left: 0;
    top: 0;
    width: min-content;
    height: min-content;
}

#enter > img {
    max-width: 249px;
    max-height: 124px;

    height: auto;
    width: min(249px, 38vw);
    object-fit: contain;
}

#swirlibb {
    position: absolute;
    left: min(7.5em, 22%);
    top: min(7em, 18vw);

    max-width: 101px;
    max-height: 127px;

    height: auto;
    width: min(101px, 15vw);
    object-fit: contain;
}

#bigbun {
    position: absolute;
    left: min(15em, 42%);
    top: 0;

    max-width: 179px;
    max-height: 213px;

    height: auto;
    width: min(179px, 29vw);
    object-fit: contain;
}

.character:hover {
    filter: invert(1);
}
