* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style-type: none;
}
h1,
a {
  color: #333;
  text-decoration: none;
}
