.main {
    background-color: #ede6dc;
}

.main .container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      width: 100vw;
    }


img {
      max-width: 100%;
      max-height: 100%;
    }