body {
    font: 14px Georgia, serif;
}

#page-wrap {
    width: 800px;
    max-width: 80%;
    background-color: whitesmoke;
    border: 3px solid;
    border-color: red;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 0 10px 2px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    margin: 25px 0;
    font: 18px Georgia, Serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

p1 {
    font: 12px Georgia, Serif;
}

p2{
    font: 12px Georgia, Serif;
}
#quiz input {
    
    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: black;
    background-color: whitesmoke;
    border-radius: 20px;
    padding: 8px 25px;
    color: black;
    outline: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
    font-size: 20px;
}

#quiz ol {
    margin: 0 0 10px 20px;
}

#quiz ol li {
    margin: 0 0 20px 0;
}

#quiz ol li div {
    padding: 4px 0;
}

#quiz h3 {
    font-size: 17px;
    margin: 0 0 1px 0;
    color: #666;
}

#results {
    font: 44px Georgia, Serif;
}