html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Rubik';
    background-color: white;
    background-position: bottom center;
    background-size: cover;
    color: white;
    height: 100%;
    color: black;
}

body {
    padding-top: 170px;
    box-sizing: border-box;
}

h1 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 120px;
    font-weight: 600;
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: -35px;
}

h2 {
    font-size: 35px;
    font-weight: 200;
}

.blocked-img {
    width: 400px;
}

a {
    color: #ff8451;
}

    a:hover {
        color: #ff6b57;
    }

.box {
    width: 48%;
    padding-top: 10px;
    vertical-align: top;
    text-align: left;
    display: inline-block;
}

#content {
    background-color: white;
    width: 70%;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 12px;
    padding-top: 60px;
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    height: 120px;
    box-sizing: border-box;
    padding-top: 32px;
    border-top: solid 1px #ededed;
}

    #footer p {
        color: #777;
    }

    #footer strong {
        font-weight: 500;
    }

.box p {
    max-width: 500px;
    text-align: left;
}

@media (max-width: 1300px) {
    body {
        padding-top: 10px;
    }

    h1 {
        text-align: center;
        font-size: 56px;
        margin-bottom: 0px;
    }

    h2 {
        text-align: center;
        font-size: 25px;
        margin-top: 12px;
    }

    .blocked-img {
        width: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .box {
        width: 100%;
        margin-top: 40px;
    }

    #content {
        width: 100%;
        padding: 0 19px;
        box-sizing: border-box;
    }

    .box p {
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%;
        text-align: center;
    }
}

@media (max-height: 800px) {
    #footer {
        position: relative;
        margin-top: 50px;
    }
}