
body{
    background-color: #984646;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#caixamenor{
    width: 100%;
    height: 92vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#headeraboutcss{
    height: 10vh;
    width: 100%;
    display: flex;
align-items:center;
}
#imagens{
   height: 100%;
}

#row-images{
    display: flex;
    justify-content: end;
    width: 100%;
    
    

}

.images-about img{
    width: 10%;
}
#locallupa{
    align-items: center;
    display: flex;
    
}

#lupa{
    width: 5%;
    background-color: red;
 
}
.jogo{
    width: 10%;
}
#paisao{
    align-items: start;
    justify-content: start;
    width: 100%;
}

#paisao img{
    width: 10%;
}

#w100{
    width: 100%;
}