
body{	margin: 30px;
	background-color: #f5d99c;  font-size: 1.1em;
}

h2{	color: green;
	
}

h3{
	color: green;
}

h4{
	color: green;  font-weight: 600; font-size: 1em;
}

.column {
  float: left;
  width: 50%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}