html, body {
    color: white;
    background: #000033;
    text-align: center;
}

a {
    color: white;
    text-decoration: none;
}

#title {
    text-decoration: underline;
}

.subheading {
    text-decoration: underline;
}