body{
    background: bisque;
}

h1{
    size: 300%;
    font-family: 'Times New Roman', Times, serif;
    color: brown;
}

h2{
    size: 200%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
}

footer{
    background: brown;
    color: bisque;
    padding: 2.5em;
    text-align: center;
    font-size: 75%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position: fixed; 
    left: 0;
    width: 100%;
}

p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

li{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

img{
    clip-path: polygon(0% 0%, 100% 3%, 98% 99%, 3% 93%);
    float: left;
}


