@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Inter Tight", sans-serif;
  background: #ddd;
}
