
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;
}
h1.v2 {
  text-align: left;
  color: #85C05B;
}

p {
  font-size: 15px;
}

blockquote.input {
white-space: pre-wrap;
background-color: black ;
color: white;
}
blockquote.output {
white-space: pre-wrap;
background-color: gray ;
color: white;
}

