@media screen and (max-width: 600px) {
    
}
body {
    background-color: rgb(0,112,172) !important;
}
.text-center {
    text-align: center;
}
.padtop-small {
    padding-top: 1vh;
}
.padtop-medium {
    padding-top: 2vh;
}
.padtop-big {
    padding-top: 3vh;
}


#back-info-container {
    background: rgba(255,255,255,1);
    opacity: 0;
    width: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 4vw;
    overflow-x: hidden;
    white-space:nowrap;
}