body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color:#fff;
    overflow: hidden;
}

.container {
    //position: relative;
    //width: 20%;
   // height: 50%;

 display: flex; /* Usando Flexbox para alinhar as divs */
    justify-content: left; /* Centraliza as divs horizontalmente */
    flex-wrap: wrap; /* Permite que as divs se movam para a linha seguinte se não houver espaço */
z-index:10;
}

.image {
    position: absolute;
    width: 120px;
    height: 337px;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease;
}

/* Estilos para as imagens */
.img1 { 
	background-image: url('nana.png'); 
        background-size: width: 172px height: 337px;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
}
.img2 { 
	background-image: url('oba.png');                                                                                                            
        background-size: width: 88px height: 183px;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
}
.img3 { 
	background-image: url('ewa.png'); 
	background-size: width: 81px height: 155px;   
	background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
}
.img4 { 
	background-image: url('yemanja.png'); 
        background-size: width: 90px height: 164px;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
}
.img5 { 
	background-image: url('oya.png'); 
        background-size: width: 118px height: 189px;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
}
.img6 { 
	background-image: url('oxum.png'); 
        background-size: width: 113px height: 168px;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
}

#imagemtitulo { 
        width: 1280px;
        height: 600px;
}

