* {
    background: rgb(255, 255, 255);
}

body {
    background: rgb(255, 255, 255);
}

.container {
    position: relative; height: 100vh; /* Ajuste conforme necessário */
    
    /*display        : flex;
    justify-content: center;
    align-items    : center;
    height         : 100vh;*/
    /* Ajuste conforme necessário */
}

img {
   /* max-width: 100%;*/
    /* Para garantir que a imagem se ajuste ao contêiner */
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);

}