body {
    background-color: brown;
}

h1,
h2,
h3 {
    color: orange
}

ul li a {
    font-size: 30px;
}

.yellow {
    color: yellow;
    font-size: xx-large;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

p .pink a {
    font-size: 50px;
    color: pink;
}

