body{
    background-color: beige;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h1{
    color: red;
    text-align: center;
    font-size: 60px;
}
p{
    color: blue;
    font-size: 18px;
    text-align: justify;
}
img{
    width: 300px;
    border: 2px black solid;
}
ul{
    color: green;
    list-style-type: square;
}
table th, td{
    border: 1px black solid;
}
th{
    background-color: grey;
    text-align: center;
}
footer{
    text-align: center;
    font-size: 10px;
    color: grey;
}