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

h2{	color: black;  text-align: center;
	
}

h4{
	color: green;  font-weight: 600; font-size: 1em; text-indent: 50px;
}

.column {
  
  width: 80%;
  padding: 5px;
	 display: block;
  margin-left: auto;
  margin-right: auto;
}

.row::after {
  content: "";
  clear: both;
  display: table;
	 display: block;
  margin-left: auto;
  margin-right: auto;
}

.event{
	text-align: center;
	font-size: 1.5em;

}