* {
  clear: both;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {
  min-height: 100%;
}

#container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  height: 100vh;
  text-align: center;
}
#container .image__container {
  width: 500px;
}
#container .image__container img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */