.title {
    font-family: sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

#textarea {
    width: 100%;
    height: 50%;
}

button {
    display: inline-block;
    border: none;
    outline: none;
    padding: 5px 10px;
    font-size: 20px;
    background-color: #ffa07a;
    margin-right: 10px;
    cursor: pointer;
}
