body {
  background-color: #d2d7d7;
  margin: 0%;
  padding: 0;
  width: 100%;
  height: 100vh;
  cursor: none;
}

@font-face {
  font-family: SpaceRegular;
  src: url("../font/SpaceGrotesk-Regular.otf");
  font-style: normal;
}
@font-face {
  font-family: SpaceMedium;
  src: url("../font/SpaceGrotesk-Medium.otf");
  font-style: normal;
}

a {
  font-family: "SpaceRegular";
  color: #0a0f14;
  margin-inline: 100px;
  text-decoration-line: none;
  position: static;
  font-size: 200px;
}

a:hover {
  color: #00ff00;
}

p {
  font-family: "SpaceMedium";
  color: #0a0f14;
  text-align: left;
  margin-inline: 100px;
  margin-right: 100px;
  position:static;
  line-height: 120%;
  font-size: 50px;
  font-kerning: none;
  word-spacing: 1px;
}

p:hover {
  color: #ff2864;
}

.active {
  transform: translateX(var(--foo));
}
