body {
    background: #006E54;
    font-family: sans-serif;
    color: white;
    text-align: center;
}

a {
    color: white;
}

#content {
    width: 450px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}

#content h1 {
    border-bottom: solid 1px white;
}
