@font-face {
  font-family: 'Bebas Neue';
  src: url('/BebasNeue-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-family: 'Bebas Neue', sans-serif;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100vw;
}

a {
  color: #000000;
  text-decoration: none;
  font-size: 48px;
}

a:hover {
  text-decoration: none;
}
