
div.section0-page {
    min-height: 800px;
    min-width: 360px;
}

div.section-page {
    min-height: 540px;
    min-width: 360px;
}

div.section0-container {
    top: 108px;
    height: 100%;
    left:0%;
    min-height: calc(800px - 108px);
    width: 100%;
    font-size: 100%;
    min-width: 360px;
    /* background-color: rgba(255, 255, 255, 0.70); */
} h1{
    font-size: 240%;
}

div.section-container {
    left:0%;
    width: 100%;
    min-height: 540px;
    font-size: 100%;
    min-width: 360px;
    /* background-color: rgba(255, 255, 255, 0.70); */
} h1{
    font-size: 240%;
}
