body{
    background-color: bisque;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
h1{
    color: red;
    text-align: center;
    font-size: 40px;
}
p{
    color: blue;
    font-size: 18px;
    text-align: justify;
}
img{
    width: 300px;
    border-color: black;
    border-width: 2px;
    border-style: solid;
}
ul{
    color: green;
    list-style-type: square;
}
table, th, td{
    border: 1px solid;
}
th{
    background-color: gray;
    text-align: center;
}
footer{
    text-align: center; 
    font-size: 14px; 
    color: gray;
}