body {
    background-color: black;
    color: white;
    text-align: center;
    width: auto;
    height: auto;
    font-family: sans-serif;
}

#credits {
    background-color: red;
    color: white;
    height: 3em;
    line-height: 3em;
}

#header {
    top: -2rem;
    background-color: black;
    position: fixed;
    z-index: 100;
    width: 100%;
}

.amdmtnum {
    text-align: center;
}

.divnum {
    font-size: 30px;
}

.divmean {
    font-size: 15px;
    color: gray;
    margin: 0px auto;
    width: 30%;
    transition: all, 0.6s;
}

.divmean:hover {
    font-size: 40px;
    color: black;
    background-color: white;
    padding: 5px;
    width: 80%;
}

.memeimg {
    display: none;
    width: 600px;
    border-radius: 5px;
    margin: 0px auto;
    transition: all, 0.6s;
}

.headerBtn {
    background-color: #333;
    color: white;
    transition: all, 0.4s;
    border: none;
    border-radius: 10px;
}

.headerBtn:hover {
    background-color: white;
    color: black;
}

.ansBtn {
    background-color: #333;
    color: white;
    transition: all, 0.4s;
    border: none;
    border-radius: 10px;
    min-height: 50px;
    font-size: 16px;
    width: 200px;
    margin: 5px;
}

.ansBtn:hover {
    background-color: white;
    color: black;
}

.quizSection > ul {
    list-style: none;
    width: auto;
    padding: 0px;
}

.quizSection > ul > li {
    margin: 0px auto;
}

#qefiGoOnButt {
    margin: 0px auto;
}

#qefiEndButt {
    margin: 0px auto;
}

#ofBanner {
    font-size: 20px;
}

#statusBanner { /* qefi handles changing the colors, not this css rule */
    margin: 0px auto;
    width: 80%;
    padding: 5px;
    border-radius: 20px;
    font-size: 30px;
}