
.e-container {
  height: 100vh;
  width: 100vw;
  display:flex;
  flex-direction: column;

  justify-content: space-around;
  align-items:center;
}

img {
  max-height: 50vh;
  max-width: 80vw;
}
