h1{
    position: absolute;
    right:90px;
    top:130px;
}
ol{
    position: absolute;
    right: 80px;
    top: 180px;
    text-align: left;
    list-style-type: none;
    font-weight: bold;

}

@media only screen and (max-width:518px){
    /* .textcontainer{
        font-size: 11px;
    } */
    li a,h2{
        transition: color 0.3s ease-in-out;
        color: white;
    }
    /* h2{
        position: absolute;
        right:40px;
        top:80px;
    }
    ol{
        position: absolute;
        right: 10px;
        top: 130px;
        text-align: left;
        list-style-type: none;
        font-weight: bold;
    } */
    .copy{
        transition: color 0.3s ease-in-out;

        color:white;
    }
    
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1100;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s;
    user-select: none;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.modal-content {
    border-radius: 20px;
    position: absolute;
    margin: auto;
    display: block;
    max-height: 60vh; 
    max-height: calc(var(--vh, 1vh) * 60);
    width: auto; 
    max-width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.close {
    position: absolute;
    top: 30px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}
.close .arrow {
    font-size: 30px;
    margin-right: 10px;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* @media only screen and (max-width:733px){
    section{
        height:250vh;
    }
}
@media only screen and (max-width:571px){
    section{
        height:300vh;
    }
} */