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

@font-face {
    font-family: "Cinzel";
    src: url(/fonts/CinzelDecorative-Regular.ttf);
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #050505;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 14px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;

  text-align: center;
}