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

body {
  line-height: 1.5;
}

img {
  max-width: 100%;
}

ul {
  list-style-position: inside;
}
