BODY {
	FONT-SIZE: 12px;
	MARGIN: 20px;
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: verdana,arial,helvetica;
	BACKGROUND-COLOR: white;
	color: black;
}

@media screen and (max-width: 639px) {
  textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}