* { | |
padding: 10px; | |
} | |
.center-column { | |
display: flex; | |
align-items: stretch; | |
flex-direction: column; | |
text-align: center; | |
} | |
.buttons { | |
display: flex; | |
justify-content: space-between; | |
} | |
textarea { | |
width: 300px; | |
height: 150px; | |
} | |
.error_message { | |
color: red; | |
} | |
button { | |
touch-action: manipulation; | |
} |