body {
    background-color: black;
    background-image: url('../images/clouds.png');
    font-family: courier new;
    color: orange;
    text-align: center;
}

h1 {
    text-align: center;
}

p {
    font-family: courier new;
    color: yellow;
}

footer {
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
