    h1 {
    color: black;
      margin-top: 20px;
        padding: 10px;
    }

    img{
    margin: auto;
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 30px;
    
    }

p{
    text-align: center;
    line-height: 28px;
    font-family: Georgia;
}

span {
    font-weight: bold;
   
}

 body {
        background-color: rgb(212, 224, 248);
    }


 nav {
    color: black;
 }
   
 a {
    color: rgb(68, 4, 4);
 }

 div{
    padding: 10px;
    width: 930px;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(177, 177, 226);
    width: 1000px;
    margin: 0 auto;
    border-top: 20px  black;
 }

h1{
 border-bottom: 2px solid black;
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;


}


h2{
    border-bottom: 2px solid black;
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
}



