.result {
    margin: 40px 0;
    border-radius: 50px;
}

.fraction{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    text-align: center;
    font-weight: 900;
}

.fraction p {
    margin: 0;
}

.compute-fraction{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    text-align: center;
    font-weight: 900;
}

.compute-fraction p {
    margin: 0;
}


.operation{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    text-align: center;
    font-weight: 900;
}

.operation p{
    margin: 0;
}


.fraction hr {
    margin: 0;
    border-top: 3px solid black;
    width: 100%;
    opacity: 100;

}

.compute-fraction hr {
    margin: 0;
    border-top: 3px solid black;
    width: 100%;
    opacity: 100;

}

.formula {
    display: flex;
    flex-direction: row;
}

.complex-fraction{
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* width: 40px; */
    font-weight: 900;
}