@font-face {
    font-family: "bebas";
    src: url("/fonts/BebasNeue-Regular.woff2");
  }
  body {
    background-image: url("./bg.png");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    font-weight: bold;
  }
  * {
    font-family: bebas;
    font-weight: 500;
    letter-spacing: 2px;
  }