#section {
	border: 3px solid #444;
	padding: 1%;
	background-color: #FFF5EE;
	align-items: stretch;
}

#text_field {
    box-sizing: border-box;
    width:100%
}

#about_field {
    box-sizing: border-box;
    width:100%
    resize: none;
}
