* {
  box-sizing: border-box;
}

body {
  background-color: #FEFAFF;
}

html, body, img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img {
  object-fit: contain;
}
