body {
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-left: 250px;
    margin-right: 250px;
    margin-bottom: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.logo {
    width: 250px;
    margin: 30px;
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 7px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}

.headline {
    margin-top: 60px;
    font-size: 20px;
    font-weight: 700;
}

.other {
    width: 100%;
    text-align: right;
}

.backLink {
    text-align: right;
    text-decoration: none;
    font-style: italic;
    color: #777777;
}





@media (max-width: 768px) {
    body {
        margin-left: 20px !important;
        margin-right: 20px !important;
        margin-top: 20px !important;
        margin-bottom: 200px !important;
    }
    
    .logo {
        width: 180px !important;
        margin-top: 10px !important;
    }
}