
textarea {
    display: block;
    width: 100%;
    height: 12rem;
    margin-bottom: 0.5rem;
    resize: vertical;
}

.hidden {
    display: none;
}
