body {
    background-color:white;

}
#content{
    max-width: 650px;
    border: 1px solid darkgrey;
    margin: 40px auto;
    padding: 60px 70px;
    font-size:smaller;
}
h1{
    text-align: center;
    font-family:Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
}
h2{
    font-family:Arial, Helvetica, sans-serif;
    color:#2f5e9e;
    letter-spacing:0.25em;
    font-size:0.8em;
    font-weight:500;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;

}
h3{
    text-align: left;
    font-style: italic;
    font-weight: normal;
    margin-top: 20px;
}
p{
    color: black;
    font-size: 1.05em;
    line-height:1.6;
}
hr{
    height: 1px;
    background-color: black;
    width:80%;
}
#logo{
    text-align: center;
}
img{
    width:120px;
    margin-top:30px;
}


.list{
    list-style-type:decimal;
    padding-left: 25px;
    line-height: 1.6;
}
.list li {
margin-bottom: 12px;
}