body {
	font-family: Arial;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 99%;  
  min-height: 200px;  
}

div {
	width: 99%;
	text-align: center;
	clear: both;
}

a {
	text-decoration: none;
}