ul {
    list-style-type: none;
    position: relative;
    font-size: 5rem;
    margin: 3rem;
    padding-left: 0;
  }

li {
  margin-top: 0.5rem;
}

a {
  text-decoration: none;
  white-space: nowrap;
  background-color: rgb(67, 67, 67);
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  margin-top: 2rem;
  border-radius: 8px;
  width: fit-content;
  color: white;
}