@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
    font-family: 'Roboto', sans-serif;
    padding-left: 100px;
    padding-right: 100px;
    background-image: url(/img/bg_.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header {
    max-width: 360px;
    margin: 0 auto;
    margin-top: 30px;
}

.header img {
    max-width: 360px;
    margin: 0 auto;
    padding-right: 30px;
}

.content {
    text-align: center;
    padding: 30px;
}

.box-content {
    margin-top: 30px;
}

.footer {
    margin-top: 30px;
    text-align: center;
}

.box-footer {
    font-size: 12px;
}