html{
    background-color: #ffffff;
}
body{
    background-color: #faf3ea;
    font-family:Georgia, Verdana, sans-serif;
    margin: auto;
    width: 50%;
    padding: 30px;
    border-style: dashed;
    border-color: gray;
}
h1{
    background-color: #69947a;
    color: #ffffff;
    text-align: center;
    padding: 40px;   
    font-family: Georgia, 'Times New Roman', Times, serif;
}
img{
    display: block;
    margin: auto;
    box-shadow: 3px 3px 3px gray;
}
h3{
    background-color: #d2dded;
    text-align: center;
    padding: 5px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-color: gray;
    font-family: Georgia, 'Times New Roman', Times, serif;

}
section{
    background-color: #cde6c2;
    margin-bottom: 1px;
}
p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}