body {
    font-family: "Lucida Console", "Courier New", monospace;
    background: rgb(0, 10, 53);

}

#headerContainer {
    width: 100vw;
    height: 10vh;
    background-color: rgb(0, 5, 27);
    text-align: center;
}

#initialContainer {
    width: 100vw;
    height: 85vh;
    /* background-color: rgb(0, 10, 53); */
    color: antiquewhite;
}

#footerContainer {
    width: 100vw;
    height: 5vh;
    background-color: rgb(0, 5, 27);
}

/* HEADER */

#headerContainerTitle {
    padding-top: 3vh;
    height: 100%;
    color: aliceblue;
    font-size: 3.5vh;
}

/* BODY */
#initialContainerName {
    text-align: center;
    padding-top: 2vh;
    padding-bottom: 2vh;
    display: flex;
    justify-content: center;
    max-height: 7vh;
}

.initialContainerNameTitle {
    font-size: 5vw;
    letter-spacing: 0.1vh;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    border: 0.3vh solid;
    padding: 2vh;
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    background-color: rgb(0, 7, 37);
}

#initialContainerNamePoints {
    position: absolute;
    right: 8vw;
    top: 3vh;
    width: 5vh;
    text-align: right;
    height: 5vh;
    background: rgba(0, 255, 221, 0.623);
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
    display: grid;
    align-items: center;
}

#initialContainerCard {
    height: 45vh;
    text-align: center;
}

#initialContainerCardImage {
    position: absolute;
    max-height: 45vh;
    min-height: 45vh;
    background: #01233d;
    border-radius: 2vh;
    left: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#initialContainerCardInfo {
    position: sticky;
    height: 43vh;
    max-height: 43;
    background: black;
    border-radius: 2vh;
    left: 0;
    left: 0;
    right: 0;
    margin-left: 18vw;
    margin-right: 18vw;
    padding: 0vw;
    text-align: center;
    padding-top: 2vh;
    padding-left: 1vw;
    padding-right: 1vw;
    transition:
        opacity 2s;
    opacity: 0;
    z-index: -1;
    text-align: center;
    line-height: 2.5vh;

}

#initialContainerCardImageNext {
    max-height: 45vh;
    min-height: 45vh;
    background: #01233d;
    border-radius: 2vh;
}

#initialContainerQuestion {
    max-height: 4vh;
    text-align: center;
    font-size: 2vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

#initialContainerQuestionTitle {
    margin-left: 3vh;
    margin-right: 3vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-radius: 1.2vh;
    background-color: rgb(0, 7, 37);

}

#initialContainerAnwsers {
    margin-top: 2vh;
    text-align: center;
    max-height: 15vh;
    /* max-width: 95vw; */
    margin-left: 4vh;
    margin-right: 4vh;
}

.initialContainerAnwser {
    height: 4vh;
    background: #042d47;
    /* margin-left: 4vh; */
    /* margin-right: 4vh; */
    margin-top: 1vh;
    border: none;
    border-radius: 0.5vh;
    padding: 0.3vh;
    display: grid;
    align-items: center;
    color: floralwhite;
    width: 100%;
    align-content: center;
}


.container {

    width: 150px;
    height: 150px;
    border: 1px solid black;
}

/* FOOTER */

#footerContainerTitle {
    padding-top: 1vh;
    height: 100%;
    color: aliceblue;
    text-align: center;
    font-size: 1.5vh;
}


/* CSS */

/* BACKGROUND */
.background {
    position: absolute;
    z-index: -50;
    background: rgb(0, 10, 53);
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100vw;
    height: 100vh;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    animation: animate 25s linear infinite;
    bottom: -150px;
    border-radius: 100%;
}

.circles li:nth-child(1) {
    left: 0%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 60%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 35%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 70%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 68%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 95%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
    }

}

@keyframes appears {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.9;
    }

}

@keyframes disappears {

    0% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }

}