#container{/*id: so pode ser usando uma vez*/
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    padding: 5%;
    background-color: bisque;
    
    }
    .Caixa{/*class:pode ser usado varias vezes na pagina */
    width: 300px;
    background-color: black;
    color: beige;
    padding: 15%;
    border-radius: 10px;
    text-align: center;
    }
 img{/*tag e o controle da tag do html */
max-width: 55%;
max-height: 55%;
width: auto;
height: auto;

 }