* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
}

ul li,
ol li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
  text-decoration: underline;
  text-underline-offset: 4px;
}
