body, html {
  height: 100%;
  display: grid;
  font-family: 'Crete Round', serif;
  font-size:48px;
  color: #c1a875;
  background-color:#592c88;
}
span { /* thing to center */
  margin: auto;
}
/*
#Links {
	text-align: left;
	margin-top:40px;
}
*/