.container {
    margin: auto;
    text-align: center;
}

.plus {
    font-weight: 60px;
}

.estaca {
    width: 50px;
    margin: auto;
}

.resultado {
    text-align: center;
}

#buttons {

        display: flex;
        align-items: center;
        justify-content: center;
 
}

button {
    margin: 0 10px;     
}

#titulo {
    margin-top: 10px;
    color: #7c0d2b;
    font-weight: bold;
}
