body {
    background-color: lightblue;
}

h1 {
    color: blue;
}

p {
    font-family: verdana;
    font-size: 20px;
}