@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

body,
html {
  font-family: "Inter", sans-serif;
  background-color: #000;
  color: #fff;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
}
