@font-face {
	font-family: Celestial;
	src: url("/fonts/CelestialRunes.ttf")
}

runes {
	font-family: Celestial;
}


.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}