body {
    background: #FDF6EE;
}

.header {
    background: #B13624;
}

.gallery img {
    width: 100%;
    max-height: 600px;
}

.content {
    background: #FFF;
    padding: 30px 15px;
    text-align: justify;
}

.content a {
    color: #000;
}
.content a:hover {
    color: #000;
    text-decoration: none;
}

.footer {
    padding: 30px 15px;
    background: #B13624;
    color: #FFF;
}
.footer a{
    color: #b16960;
}