h1{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 50px;
    color: black; 
    background-color: rgb(218, 211, 70);
    border: solid; size: 4px;color: rgb(193, 55, 55);
    text-align: center;
}

body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: xx-large;
    color: black;
    background-color: rgb(124, 232, 200);
    }
    img { margin: auto;
        
    }
 


