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

html {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Modeseven, monospace;
  color: #333333;
  background-image: url(../images/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content {
  width: min(100% - 6rem,65ch);
  text-align: center;
}
