:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  color: #e1e1e1;
  background-color: #242424;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
