main {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
textarea {
    width: 100%;
    height: 300px;
    border: 2px solid #FF9800;
    background: #e8f2f4;
    border-radius: 5px;
    font-size: 1.6rem;
}
.buttons {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
.buttons button {
    font-size: 1.4rem;
}
.notes {
    font-size: 1.4rem;
}
#textCount {
    color: blue;
}