body {
    width: 100%;
    height:100%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color: lightblue;
}
textarea {
    resize: none;
}
.flexarea {
    display:flex;
}
.box, .content {
    background-color: white;
    padding:20px;
    margin:3px;
    border-radius: 20px;
    border:2px solid black;
}
.content {
    width:82.5vw;
}
.box {
    width:40vw;
}
footer {
    position: absolute;
    right:4px;
    bottom:4px;
    background-color: white;
    padding:6px;
    border-radius:30px;
    border:1px solid black;
}
.lesswide {
    width: 50vw;
}