h1 {
    text-transform: uppercase;
    text-decoration: underline;
    color: white;
    background-color: navy;
}
body {
    color: navy;
    font-family: Verdana;
}