/* .textcontainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    position: absolute;
    right: -150px;
}
.textcontainer h2{
    font-size: 4vh;
    margin-top: 90px;
    text-align: center;
}
ol li{
    font-size: 3vh;
    text-align: left;
    list-style-type: decimal;
}
ol li a{
    font-size: 3vh;
    text-align: left;
    list-style-type: decimal;
}
section{
    display: flex;
    justify-content: flex-start; 
    align-items: center;
 }
 .copy{
    color: white;
 } */
 /* @media only screen and (max-width:1118px){
    .textcontainer{
        margin-top:12%;
    }
} */