html, body, #app {
    height: 100%;
}

.complement-block {
    height: 100%;
    color: #171717;
    text-align: left;
    padding: 20px 100px 20px 100px;
    font-family: Viner Hand Itc, Helvetica, Arial, serif;
}

.complement-block-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .complement-block {
        padding: 20px 20px 20px 20px;
    }
}

@media screen and (min-height: 700px) and (min-width: 992px){
    .footer {
        position: fixed;
        bottom: 0;
    }
}
