:root {
    --primary-color:#183C76;
    --secondary-color: #FF6262;
}

html, body{height: 100%;}

.maincont{
    min-height: 60%;
}

#main-text{
    margin-bottom: 0%;
    text-align: justify;
}

@media only screen and (max-width: 600){
    .maincont{
        min-height: 90%;
    }
}