.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body{
    display: grid;
    place-items: center;
    min-height: 100dvh;
    background-color: black;
    color: antiquewhite;
    font-family: "Poppins", sans-serif;
}

a {
    color: #910000;
    font-size: 40px;
}