@import url('https://fonts.googleapis.com/css2?family=Alegreya Sans:wght@400;600;800;&display=swap');

body {
  background-color: white;
  color: black;
  font-family: Alegreya Sans;
}

h1 {
  font-weight: 800;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}

h2 {
  font-weight: 600;
  text-align: center;
  align-items: center;
  justify-content: center;
}