body{
    background-color: rgb(34, 76, 112);
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 400;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 35px;
    
}
 img {
    max-width: 100%;
 }
 a{
    color: #2f1069;
 }