main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vw;
}
main img {
    max-width:  200px;
    max-height: 200px;
}