.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.container img
{
    max-width:100%;
    max-height:100%;
}
body {
    background-color: #bddbd5;
}