* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}

a {
  color: black;
}

ul {
  list-style-type: none;
}
