body{
    text-align: center;
}
.mainarea{
    display: flex;
    justify-content: space-around;
}
.editors{
    background-color: darkgoldenrod;
    width: 100%;
}
textarea{
    width: 100%;
    min-height: 250px;
    overflow: scroll;
    font-size: x-large;
}
iframe{
    width: 100%;
    height: 30em;
}