@font-face {
  font-family: Geigy;
  src: url(Geigy.woff2);
}

html, body {
  background-color: red;
  overflow: hidden;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  overflow: hidden;
}

.text {
  color: white;
  font-family: Geigy;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.6vw;
  font-size: 24vw;
}

a {
	text-decoration: none;
	color: white;
}