html {
  padding-top: 25px;
  background-image: url(assets/img/website_background.jpg);
}

h1 {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 3em;
  background-color: #C21818;
}

h2 {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
  text-size: 2.7em;
  text-align: center;
  background-color: #1630C2;
}

p {
  font-family: "Knewave", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.6em;
  background-color: #5862D4;
}
