h1{
    color: rgb(69, 177, 172);
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
}
p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:brown ;
    text-transform: capitalize;
}