body {
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: black;
    background-image: url('/static/images/background.jpg');
    background-repeat: repeat-x;
    background-size: 720px 759px;
}
.wrap {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px;
}
.description {
    max-width: 355px;
    margin: 105px auto 30px;
    text-align: center;
    color: #8B8B8B;
    line-height: 1.8;
    font-size: 14px;
}
.description p {
    margin: 0 0 30px;
}
.description p:last-child {
    margin-bottom: 0;
}
.description a {
    text-decoration: none;
    color: #8B8B8B;
    transition: 0.2s color;
}
.description a:hover {
    color: #DE6262;
}
@media screen and (max-width: 414px) {
    .description {
        margin-top: 60px;
    }
}