body {
    background-image: url(bg/chip.png);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.main {
    display: flex;
    width: 75%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

center {
    display: block;
    margin: auto;
}

.box {
    background-color: #32b813;
}

.likesplit {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#title, #head, #footer, #nav {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#nav > button {
    width: 20%;
    height: 2.5em;
    border: 0;
    background-color:#6eda55;
    transition: .5s;
}

#nav > button:hover {
    transition: .5s;
    background-color:#a0da55;
}

#nav > button:active {
    background-color:#a0da55;
    border: 2px inset #94da3a;
    transition: 0s;
}

#head {
    overflow: hidden;
}

head-animate {
    display: flex;
    justify-content: flex-start;
    animation: userbox 20000ms linear infinite;
    animation-delay: 0.5s;
    overflow-y: visible;
}

head-animate > img {
    width:240px!important;
    height:47px!important;
    image-rendering: pixelated;
    margin: 0!important;
    padding: 0!important;
}

head-animate > img:hover {
    width:calc(240px * 2)!important;
    height:calc(47px * 2)!important;
    image-rendering: pixelated;
    margin: 0!important;
    padding: 0!important;
}

#monika-button {
    cursor: pointer;
}

@keyframes userbox {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-3360px);
    }
}

#content1, #content2 {
    width: 48%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content1 {
    margin-right: 2%;
}

#content2 {
    margin-left: 2%;
}

#leftbox {
    display:flex;
    justify-content: space-evenly;
    margin-left: 10px;
    margin-right: 10px;
    flex-wrap:wrap;
}

#leftbox-left, #leftbox-right {
    width: 25%;
}

#leftbox-center {
    width: 40%;
}

#leftbox-center-content {
    margin: auto;
    display: block;
}

#leftbox-full {
    width: 100%;
}

#me {
    max-width: 75%;
}

#quotebox, #factbox {
    background-color:#AEC40A;
    width: 80%;
    padding-left: 5px;
    padding-right: 5px;
}

#quotebox-title {
    margin-bottom:5px;
}

.clickhere {
    background-image: url(clickhere.gif);
    width: 95px;
    height: 29px;
    margin-bottom: 5px;
}

#likes, #bio-image {
    max-width: 30%;
    padding-bottom: 15px;
}

#quizzes-image {
    max-width: 45%;
    padding: 15px 0 15px 0;
}

#dislikes {
    max-width: 45%;
    padding-bottom: 7.5px;
}

#likes, #dislikes {
    padding-top: 25px;
}

#likebox {
    width: 49%;
}

#likebox > ul, #likeboxright > ul {
    text-align: left;
}

#likeboxright {
    width: 49%;
    margin-right:10px;
}

#dislist {
    text-align: left;
    margin-right: 10%;
    margin-left: 30%;
}

#entirepage {
    margin-top: 20px;
    max-width: 100%;
}

#about-frame {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

#bio-content {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-evenly;
    align-content: center;
}

.bio-box {
    width: 48%;
}

.bio-box > h1 {
    font-size: 20px;
    margin: 0;
    padding: 15px 0 0 0;
    letter-spacing: 0.13ch;
}

#villain-origin-story {
    padding-top: 0 !important;
}

.bio-box > p {
    font-size: 14px;
    text-indent: 6ch;
    text-align: left;
    word-spacing: 0.15ch;
}

@media only screen and (max-width: 1470px) {
    #leftbox-left, #leftbox-right {
        width: 50%;
    }
    #leftbox-right-content {
        display: block;
    }
    #likebox, #likeboxright {
        width: 95% !important;
    }
    #dislist {
        margin-right: 0;
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 1350px) {
    .bio-box {
        width: 100%;
        margin-top: -7px;
    }
}

@media only screen and (max-width: 937px) {
    #me {
        max-width: 50%;
    }
    #entirepage {
        display: none;
    }
    .main {
        width: clamp(300px, 75%, 600px);
    }
    #content1, #content2 {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }
    #logo {
        max-width: 80%;
    }
    #leftbox-left, #leftbox-center, #leftbox-right {
        width: 100%;
    }
    #likes, #dislikes {
        max-width: 40%;
        padding-bottom: 5px;
    }
    #likebox, #likeboxright {
        margin-right:3%;
        width: 95%;
    }
    #likebox > h3, #likeboxright > h3 {
        text-align: left;
        margin-left: 2%;
    }
    #head > img {
        animation: userbox 30000ms linear infinite;
    }
    #quizzes-image {
        width: 80%!important;
    }
    #about-frame {
        min-height: 500px;
    }
    #nav > button {
        width: 100% !important;
        margin-block: 5px;
    }
}