form {
    position: static;
    width: 70vw;
    margin-left: calc(20vh + ((100vw - 15vh - 70vw) / 2));    margin-top: clamp(120px, 15vh, 15vh);
    text-align: left;
    overflow-y: hidden;
    overflow: scroll;
    
}

label, input, textarea {
    font-size: 4vh;
}

textarea, input [id="title"] {
    width: 90%;
}

input {
    margin-bottom: 8vh;
}

textarea {
    margin-bottom: 8vh;
    
}

input[type="submit"] {
    margin-bottom: 30vh;
}