.container{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
#menor{
    
    width: 40px;
    height: 40px;
    background-color: rgb(132, 251, 255);
    border: 2px solid black;
}