.container {
  position: fixed;
  z-index: 5;
  bottom: 15%;
  right: 3%;
  width: 25em;
  height: 40em;
  border-radius: 5%;
  background-color: black;
  box-shadow: 0 0 50px 5px gray;
  overflow: hidden;
}
