@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

* {
  margin: 0;
  padding: 0;
}

body, html {
  height: 100%;
  text-align:center;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #000000;
}

.hidden {
	display: none;
}

.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: arial;
  font-size: 32px;
  line-height: 2.4em;
  font-family: 'Itim', cursive;
}

.element .huge {
	font-size: 64px;
}