@font-face {
  font-family: "MinecraftFiveBold";
  src: url("assets/MinecraftFiveBold.otf") format("opentype");
}

html,
body {
  height: 100%;
  margin: 0;
  background: radial-gradient(circle at center, #161616 0%, #000000 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "MinecraftFiveBold", sans-serif;
  text-align: center;
}

h1 {
  font-size: 5rem;
  letter-spacing: 2px;
}
