.wrapper img {
  max-width: 100vw !important;
}
.bkg-color {
  min-height: 100vh;
  background: linear-gradient(145deg, #b791f5, #d7c4e0);
  display: flex;
  justify-content: center;
  align-items: center;
}