body {
  background-color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

a {
  color: white;
  text-decoration: none;
}

p {
  color: white;
  padding: 0;
  margin: 0;
}

footer {
  color: white;
  text-align: center;
  background-color: rgb(9, 9, 12);
}

