@font-face {
  font-family: "BebasNeue";
  src: url(../fonts/BebasNeue-Regular.ttf);
}

body {
  background: radial-gradient(circle at 50% 50%, #555555, #505050, #4b4b4b, #464646, #414141, #3c3c3c, #383838, #333333);
  font-family: "BebasNeue";
  margin: 0;
}

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

.main h1 {
  color: white;
  letter-spacing: 2px;
  text-shadow: 2px 2px 2px black;
}
