body,
body * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  line-height: 1;
}

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

button {
  cursor: pointer;
  border: 0;
  background: transparent;
  outline: 0;
}

img {
  display: block;
  border: 0;
}

a {
  text-decoration: none;
}

em,
address {
  font-style: normal;
}