/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 10, 2021 */



@font-face {
    font-family: 'squarefontregular';
    src: url('/css/fonts/square-webfont.woff2') format('woff2'),
         url('/css/fonts/square-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'squarefontregular', Monotype;
}

h1 {
	font-size: 5em;
}

.centered {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}