@font-face {
  font-family: Super Croissant;
  src: url(SuperCroissant.ttf);
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  color: white;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000311;
  gap: 10px;
}

h1 {
  font-family: "Super Croissant";
  font-size: 175px;
  letter-spacing: -2%;
  color: white;
  line-height: 120%;

  span {
    color: #ff247f;
  }
}

h3 {
  font-family: "Figtree";
  font-size: 24px;
  font-weight: 600;
}

p {
  font-family: "Figtree";
  font-style: italic;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
}
