body{
    background-color: antiquewhite;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1 {
    color: red;
    text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.748);
    text-align: center;
    
}

h3{
    font-size: 130%;

}

h5{
    font-size: 60%;
    color: rgb(245, 203, 149);
}

h2, h4{
    text-align: center;
    background-color: red;
    border-width: 10px;
}

#res{
    background-color: white;
}