html,
body {
  margin: 0;
  padding: 0;
}

#info {
  font-size: xx-large;
  color: white;
	position: absolute;
	top: 20px;
  left: 10px;
	width: 50%;
	text-align: left;
	z-index: 100;
	display:block;
}

#info2 {
  font-size: xx-large;
  color: white;
	position: absolute;
	top: 50px;
  left: 10px;
	width: 50%;
	text-align: left;
	z-index: 100;
	display:block;
}
