h4 {
    font-size: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: #100000d5;
    color: #c5a5a5;
    margin: 0px;
    margin-top: -20px;
    height: 6vh;
}

body {
    text-align: center;
    background-color: #301919;
}

h2 {
    font-weight: bold;
    text-align: center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #c5a5a5;
    font-size: 25px;
}

.mainarea {
    display: flex;
    justify-content: space-around;
}

.editors {
    background-color: #301919;
    width: 100%;
    align-items: center;
}

textarea {
    width: 100%;
    min-height: 200px;
    overflow: scroll;
    font-size: 1.3em;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: #815656;
    color: #f8f3f3;
}

iframe {
    width: 100%;
    height: 70vh;
    font-size: 60px;
    background: #613838;
}

.output {
    color: whitesmoke;
    font-size: 50px;
}

h1 {
    color: rgb(225, 187, 187);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-family: sans-serif;
    font-size: 25px;
}

.credit {
    text-align: center;
    font-size: 20px;
    color: #1f0303;
    background-color: #c09191;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}