h1 {
    margin-top: 30px;
}
h2 {
    margin-top: 20px;
}
.logo {
    max-width: 550px;
    display: block;
    margin: 10% auto 0;
}
.text-center {
    text-align: center;
}

.link-box {
    margin-top: 20px;
    color: #bc8c76;
}

a {
    color: #bc8c76;
    text-decoration: none;
}

a:hover {
    color: #bc8c76;
    text-decoration: underline;
}