.container{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.menor{
    height: 50px;
    width: 50px;
    background-color: aqua;
    border: 10px solid black;
}