@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap");

body {
  background-color: black;

  font-family: "Alegreya", sans-serif;
  color: white;
  text-align: center;
  line-height: 10px;
  margin-top: 50vh;
}
