body {
    text-align: center;
    background-color: antiquewhite;
}
h1 {
    font-family: fantasy;
    font-size: 60px;
    text-align: center;
    color: darkgreen;
}

p {
    font-size: 25px;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif
}

h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    text-align: center;
    color: darkslategray;
    line-height: 20px;
}

ul {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    list-style-type: none;
}

img {
    width: 600px;
    border: 5px solid #555;
    
}

h3 {
    font-family: cursive;
}