body {
    border-top: #308e72 solid 5px;
    padding-top: 30px;
    background-color: #f5f5f5;
}

footer {
    background-color: #308e73;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 9px;
}

.section-content {
    margin-top: 3em;
    margin-bottom: 3em;
    min-height: calc(100vh - 380px);
}

.brand {
    text-align: center;
}

.brand img {
    width: 120px;
}

.title, .subtitle {
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.book span + span {
    margin-left: 10px;
}
