body {
    background-color: teal;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    align-content: center;
}
textarea {
    height: 50px;
    resize: vertical;
}
.content {
    /* max-width: 80%; */
    /* margin: auto; */
    text-align: center;
}
/* html {
    text-align: center;
} */