body {
    background-color: beige;
    font-family: 'Courier New', Courier, monospace;
    color: black;
}

H1 {
    text-align: center;
}

H2 {
    text-align: center;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

nav li {
    float: left;
    border-right:1px solid #bbb;
}

nav li:last-child {
    border-right: none;
}
  
nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#content {
    width: 80%;
    margin: 10%;
    background: #bbb;
    border-radius: 10px;
    padding: 3%;
}

label {
    display: block;
}

select, input {
    background-color: aquamarine;
    font-size: large;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

#loginbutton {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#loginresetbutton {
    background-color: #d24221; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.loginpicturebutton {
    background: rgb(200, 200, 200);
    width: 75px; 
    height: 75px;
    float: left;
    font-size: 45px;
    text-align: center;
    border-radius: 10px;
    margin: 2px;
    z-index: 100;
}

.quiztileddmm {
    font-size: 40px;
    text-align: center;
}

.quiztileyyyy {
    font-size: 50px;
    text-align: center;
}

.quiztile {
    border-style: groove;
    border-color: black;
    border-width: 2px;
    border-radius: 5px;
    margin: 5px;
    width: 120px;
    float: left;
}

.clear { clear: both; }

.quizoption {
    display: inline;
    padding-left: 10px;
}

.questiondiv {
    border-style: groove;
    padding: 10px;
    margin-bottom: 10px;
}