body, html {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px 15px;
}
.contentDivipola {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
    height: 100%;
}
#dt-2, #dt-3, #dt-5, #dt-6, #dt-7{
    height: 39px !important;
    background-color: rgba(255, 255, 255, 0.9);
}
#mainheader {
    padding: 10px;
    width: 100%;
}
#subtitle {
    font-size: 22px !important;
    padding: 0 !important;
    color: #646464;
    font-weight: bold;
}

.input{
    padding-right: 0 !important;
    padding-left: 5px !important;

}
.button{
    margin-top: 15px;
}

@media(max-width:800px){
    body, html {
        flex-direction: column;
        justify-content: center;
        align-items: unset;
    }

    .contentDivipola {
        justify-content: flex-start;
    }
}