.container-fluid {
    height: 100vh;
    position: absolute;
    left: 0;
    padding: 35px;
    padding-top: 100px;
    display: inline-block;
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

.content {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
}

.textbox {
    width: 450px;
    margin-top: 25px;
    padding: 0px;
    margin-left: 50px;
}

.textbox p {
    margin-top: 10px;
}


.quizbox {
    width: 700px;
    margin: 20px 50px;
}

#solution {
    display: none;
}

.buttoncontainer {
    margin: 20px 0px;
}

.button {
    border: 1px solid #202020;
    background-color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "Roboto Mono", monospace;
    font-size: 14px;
    cursor: pointer;
    margin: 10px 5px;
    transition: all 0.5s ease 0s;
    width: 200px;
}

.button:hover {
    border: 1.8px solid #cecece;
    padding: 10px 20px;
}

.aboutText {
    position: absolute;
    left: 300px;
    top: 230px;
    width: 750px;
}

.aboutText h1 {
    font-family: "bely-display", serif;
    font-size: 3rem;
    margin: 0px;
    padding: 0px;
    background-color: none;
    color: white;
}

.aboutText p {
    margin-top: 25px;
    margin-left: 50px;
    font-family: "Roboto Mono", monospace;
    font-size: 1rem;
    background-color: none;
    color: white;
    line-height: 1.6rem;
}

.h40 {
    height: 40%;
    width: auto;
}

.h60 {
    height: 60%;
    width: auto;
}

.h70 {
    height: 70%;
    width: auto;
}

.h80 {
    height: 80%;
    width: auto;
}

.h90 {
    height: 90%;
    width: auto;
}

.h100 {
    height: 100%;
    width: auto;
}

.ptop {
    display: flex;
    align-items: flex-start;
}

.ptop30 {
    position: relative;
    top: 30px;
}

.ptop60 {
    position: relative;
    top: 30px;
}

.ptop100 {
    position: relative;
    top: 100px;
}

.pbottom {
    display: flex;
    align-items: flex-end;
}

.pbottom30 {
    position: relative;
    top: -30px;
}

.pcenter {
    display: flex;
    align-items: center;
}

.pcenter30 {
    position: relative;
    top: 30px;
}

.pcenter60 {
    position: relative;
    top: 60px;
}

.whitespace600 {
    width: 600px;
}

.whitespace350 {
    width: 350px;
}

.whitespace200 {
    width: 200px;
}

.whitespace80 {
    width: 80px;
}

.topo {
    max-width: fit-content;
    width: 70vh; 
    overflow: visible;
    z-index: -10;
}

.mapcol {
    height: 100vh;
    width: 100vw;
    display: flex;
    position: relative;
    top: -32px;
    padding: 0;
}

.special {
    width: 550px;
}

@media (max-width: 800px) {

    .info p {
        font-size: 16px;
    }

    .textbox {
        width: 300px;
        margin-left: 0px;
    }

    .quizbox {
        width: 400px;
        margin-top: 40px;
        margin: 20px 5px 5px 5px;
    }

    .button {
        font-size: 12px;
        width: 150px;
        padding: 10px 10px;
    }

    .buttoncontainer {
        margin: 20px 0px;
    }

    .ptop100 {
        position: relative;
        top: 50px;
    }
    .introtext {
        width: 300px;
    }

    .special {
        width: 300px;
    }
}

@media (max-width: 1200px) {
    .aboutText {
        position: absolute;
        left: 0px;
        top: 80px;
        width: auto;
        margin: 40px;
    }

    .aboutText p {
        font-size: 0.9rem;
    }
}

@media (max-width: 500px) {
    .quizbox {
        width: 300px;
        margin-top: 40px;
        margin: 10px 5px 5px 5px;
    }

    .button {
        width: 130px;
        padding: 10px 0px;
    }

    .whitespace600 {
        width: 200px;
    }
    
    .whitespace350 {
        width: 50px;
    }
    
    .whitespace200 {
        width: 50px;
    }
    
    .whitespace80 {
        width: 20px;
    }
}