
@font-face {
  font-family: 'Hollowetica';
  src: url('./fonts/Hollowetica.ttf');
}


body {
  display: flex;
  background-color: black;
  color: white;
  font-family: "Hollowetica";
  min-height: 100vh;
  margin: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.container {
  flex-direction: column;
  align-items: center;
  column-gap: 50px;
  display: flex;
  }

