.matriz{
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 90%;
    margin: auto;
    margin-top: 5rem;
}

input{
    width: 45px;
    text-align: center;
}

