:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #c4ceda;
  background-image: linear-gradient(#91a9e6, #ffedcf);
}

.image {
  vertical-align: baseline;
  width: 25%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .image {
    width: 50%;
  }
}
