@font-face {
  font-family: 'Acid Grotesk';
  src: url('AcidGrotesk-Bold.woff2') format('woff2'),
      url('AcidGrotesk-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
margin: 0;
min-height:100vh;
display:flex;
justify-content: center;
align-items: center;
background-color: #1f1f21;
color: #ebedef;
font-family: 'Acid Grotesk';
font-weight: bold;
font-style: normal;
}
