body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: blue;
}
h1 {
    color: red;
    text-transform: uppercase;
}
p {
    color: white;
}