body, html {
	background: #336699;
	height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}


.morph-section {
  width: 480px;
  height: 480px;

  font-family: monospace;
  color: white;
}

.info {
  margin-left: 1%;
  padding: 6px 12px 6px 12px;
  background: #336699	;
  font-family: monospace;
  position: absolute;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  bottom: 20px;
  color: #fff;
}

a {
  color: #f9f9f9;
}

span.smaller {
  font-size: smaller;
  font-style: italic;
}