@font-face {
  font-family: "Saitamaar-Regular";
  src: url("../fonts/Saitamaar-Regular.woff2") format('woff');
}

* {
    font-family: "Saitamaar-Regular";
    color: white;
    background-color: #37407F;
}

html, body {
    height: 99%;
    display: flex;
    align-items: center;
    justify-content: center;
}
