body {
      background-image: url('/img/bg.jpeg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      font-family: 'Terminus', system-ui, -apple-system, sans-serif;
     color: white;
    }

@font-face {
  font-family: 'Terminus';
  src: url('/font/Terminus.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}