.modulo-calculator-container {
    max-width: 600px;
    margin: 0 auto;
}

#modulo-result {
    transition: all 0.3s ease-in-out;
}