body {
  display: grid;
  place-items: center;
  height: 100vh;
  background-color: black;
  margin: 0rem;
  overflow: hidden;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(3rem, 10vw, 10rem);
  color: #39FF14;
  padding: 0rem clamp(1rem, 2vw, 3rem);
  border-radius: clamp(0.4rem, 0.75vw, 1rem);
}

a {
  font-family: "Times New Roman", sans-serif;
  color: #39FF14;
}

p {
  font-family: "Times New Roman", sans-serif;
  color: #39FF14;
}
