blob: 2cb500f029253f770320946882efb70e40c0d5ac [file] [log] [blame]
* {
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;
}