

.content{
    width:100vw;
}
.textcontainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
}
.textcontainer h1{
    margin-top: 100px;
    margin-bottom: 5px;
    text-align: center;
}
ol li{
    font-size: 20px;
    text-align: left;
    list-style-type: decimal;
}
ol li a{
    font-size: 20px;
    text-align: left;
    list-style-type: decimal;
}
section{
    display: flex;
    justify-content: flex-start; 
    align-items: center;
 }
 .copy{
    color: white;
 }
 .back-to-downloads {
    position: fixed;
    top: 90px;
    left: 10px;
    font-size: 18px;
    color: black;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid black;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 1001;
}

.back-to-downloads:hover {
    transform: scale(1.05);
}
@media only screen and (max-width:648px){
    .back-to-downloads {
        top:auto;
        bottom: 50px;
    }
    }
    /* @media screen and (max-width: 750px) and (orientation: landscape) and (max-height:400px){
        section {
            height: 100vh; 
            height: calc(var(--vh, 1vh) * 100);
    
        }
    
     } */
 /* @media only screen and (max-width:1118px){
    .textcontainer{
        margin-top:12%;
    }
} */