/* why are you here bru go away lol learn ts urself twin :peace_sign: :wilted_rose: :laughing-crying-emoji: */
@font-face{
  font-family: Exo2; /* shoutout whoever made exo 2 i fuckin LOVE exo 2 */
  src: url('/src/exo2/Exo2-VariableFont_wght.ttf');
  font-style: normal;
}

body {
  background-color: #320000;
  color: #7800ff;
  font-family: "Exo2";
  font-size: 16px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  font-weight: 200;
}
h1{
  color: #00b8ee;
  font-size: 3rem;
  font-weight: 700;
}
h2{
  color: #00b8dd;
  font-size: 2rem;
  font-weight: 500;
}
p {
 color: #7800ff;
 font-size: 1.5rem;
}


