#container{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    padding: 5%;
    background-color: black;

}
.caixa{
    width: 300px;
    background-color: crimson;
    color:whitesmoke;
    padding: 15%;
    border-radius: 10px;
    text-align: center;
    
}
IMG{
    max-width: 50%;
    max-height: 55%;
    width: auto;
    height: auto;


}