* {
  font-family: "Inter";
  background-color: yellowgreen;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: rgb(228, 87, 110);
}

ul {
  padding-inline-start: 0px;
  list-style-type: none;
  /* position: fixed; */

  font-weight: bold;
  font-size: clamp(40px, 5vw, 100px);
}
