* {
  box-sizing: border-box;
}

html,
body,
ul,
li,
p,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
}

img {
  width: 100%;
  height: 100%;
}