@import url("https://fonts.googleapis.com/css2?family=Bad+Script&family=Electrolize&family=JetBrains+Mono&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.87);
  background-color: #121212;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  flex-direction: column;

  background-color: #121212;
}

.heading {
  font-family: "Electrolize", sans-serif;
  font-size: 2rem;
}

/* it sucks */

.paragraph {
  font-family: "Bad Script", cursive;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;

  max-width: 70vw;
}

#number {
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 1rem;
  margin-top: 1rem;
  font-size: 1rem;
}

#emoji {
  margin-top: 1rem;
  font-size: 2rem;
}

s {
  color: rgba(255, 255, 255, 0.3);
}

/* it sucks to be me */

u {
  font-variant: small-caps;
  font-size: 1.5rem;
}

span.i {
  font-size: 0.5rem;
}
