.main-page {
    background-image: url(/img/7207687.jpg);
    background-color: rgb(187, 235, 219);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10vh;
    min-height: 300px;
    overflow: hidden;
}
.container {
    background-color: rgba(1,1,1,0.7);
    width: 95%;
    margin: auto;
    padding: 30px;
    color: wheat;
    border-radius: 20px;
    z-index: 2;
}

.reg-text {
    font-size: 20px;
}
h2 {
    font-weight: 700;
    font-size: 40px;
}

@media screen and (max-width: 620px) {
    ol,li { font-size: 16px;}
}
@media screen and (max-height:450px){
    ol,li { font-size: 16px;}
    .container {
    height:260vh;
    }
}