#main1 .text{
     margin-bottom: 85svh;
     margin-top: 0;
}
@media only screen and (max-width: 1274px){
 #main1 .text {
        width: 85%;
    }
}

@media only screen and (max-height: 630px), only screen and (max-width: 830px) {
     #main1 .text{
        width: 100%;
    }
    #main1 .text{
        margin-bottom: auto;
        margin-top: 0;
        background-color: transparent;
    }
    #main1 .text .editor {
        margin-top: 100%;
        background-color: #161616;
    }
    #main1 h2 {
        width: 100%;
        margin-left: 0;
        font-size: 1.5rem;
    }
}
