* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  font-family: system-ui, sans-serif;
}

a {
  text-decoration: none;
}
ul li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}