h1 {
  font-size: 200%;
}
#year{
	color: #007acc;
	font-weight:normal;
}
.column {
  float: left;
  width: 50%;
}
.responsive {
  max-width: 100%;
  height: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



