* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  color: white;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}
