html{
  background: white;
}

body{
    background: #faf3ea;
    width: 50%;
    margin: auto;
    border: 3px dashed #d2c8bb;
    padding: 30px;
}

h1{
    color: white;
    background-color:#69947a;
    text-align: center;
    padding: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

h2{
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 5px;
    margin-bottom: 0;
    background-color: #d2dded;
}

h3{
    background-color: #d2dded;
    margin-bottom: 0;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

ul{
    margin-top: 0;
    padding: 15px;
    background-color: #cde6c2;
    list-style: inside;
    font-family: Verdana;
}

ol{
    margin-top: 0;
    padding: 15px;
    background-color: #cde6c2;
    list-style-position: inside;
    font-family: Verdana;
}

img{
    display:block;
    margin:auto;
    box-shadow: 5px 5px 9px 8px rgb(210, 219, 228);
}