body {
    background-color: #fcf1d8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}