*,
*::before,
*::after {
    box-sizing: border-box;
}


body {background-color: #ff66cc;

}

/*
div {
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
*/

img {
    display: block;
    max-width: 100%;
    max-height: auto
    object-fit: contain;
}