
textarea {
  resize: none;
  background-color: lightyellow;
  color: black;
}

.content_block {

 text-align: center;
 margin-left: 20%;
 margin-right: 20%;
 border-style: dotted;
 padding-bottom: 5%;
}

body {
font-family: sans-serif;
	color: black;
	background-color: white;
}

h1 {
  text-align: center;
  color: #85C05B;
}

p {
  font-size: 15px;
}



