*,
*::before,
*::after {
  box-sizing: border-box;
}

a:visited,
a:active,
/* активная/посещенная ссылка */
a:hover,
/* при наведении */
a {
  text-decoration: none;
  color: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
}