body{
    background-color: #E8FCFF;
}

.flexContainer{
    display: flex;
    justify-content: space-around;
    background-color: #FCC8D3;
    height: 80%;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.container{
    width: 45%;
}

textarea{
    height: 90%;
    width: 100%;
}

button{
    height: 10%;
    width: 100%;
    background-color: #B8FFEE;
    color: #5a857a;
    border-style: groove;
    border-color: #5a857a;
    border-width: 2px;
    font-size: 150%;
    font-family: "Dangrek", sans-serif;
    font-weight: 400;
}

button:hover{
    background-color:#5a857a;
    border-color: #B8FFEE;
    color:#B8FFEE;
}

h3{
    height: 98%;
    width: 100%;
    background-color: #B8FFEE;
    color: #5a857a;
    font-family: "Courier Prime", monospace;
    font-weight: 900;
    font-style: normal;
}

h1{
    color: #F792A6;
    text-align: center;
    font-size: 50px;
    line-height: 1px;
    font-family: "Spicy Rice", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: solid 1px underline;
}

h2{
    text-align: center;
    color: #86c1d9;
    font-family: "Dangrek", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.titleContainer{
    margin-top: 42px
}