* {
  margin: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

ul, ol {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}