body {
    background-color: yellow;
    font-family: monospace;
    color: blue;
    text-align: left;
}

h1, div {
    background-color: blue;
    color: yellow;
}

a {
    text-decoration: none;
    color: yellow
}