body {
  visibility: visible !important;
  background-color: #e2d4baff;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 20px;
  margin-bottom: 20px;
}

img {
  width: -moz-available;
  /* Firefox/Gecko */
  width: -webkit-fill-available;
  /* Chrome */
}

footer {
  margin-bottom: 10px;
  position: sticky;
  bottom: 0px;
}
