*{
    text-align: center;
    margin: 5px;
    padding: 3px;
    
    
}


h1{
    color: #DB7093;
    text-align: center;
    justify-content: center;
    align-items: center;
    
        
}

form{
    display: inline-block;
    align-items: center;
    margin: 0px;
    padding: 1px;
    width: 300px;
    
    
}

form label{
    display:block;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
    
}

#botao{
    text-align: center;
    align-items: center;
}


#result{
    text-align: center;
    margin: 5px;
    padding-bottom: 5%;
}


#dividir, #del{
    border: 0;
    padding: 10px;
    margin: 10px;
    margin-left: initial;
    border-radius: 10px;
    font-size: medium;
    cursor: pointer;
    
}

#dividir{
    background-color: #e35040;
    color: #FFEFD5;
}

#del{
    background-color: cadetblue;
    color: rgb(244, 250, 250);
}

#dividir:focus{
    background-color: #94352b;

}

#del:focus{
    background-color: rgb(63, 109, 110);
}

#footer {
    position:fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #bf4a70;
    color: white;
    text-align: center;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 1%;
    margin-bottom: 5px;
    left: -1%;
    bottom: -1%;
    
    
    
}

/* Estilos para centralizar em dispositivos móveis */
@media (max-width: 550px) {
    body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
    }

    form {
        width: 100%;
    }

    .time-input {
        width: 100%;
        max-width: 300px;
    }

    input[type="text"], input[type="number"] {
        width: 30%;
        box-sizing: border-box;
        padding: 05px;
        margin-bottom: 10px;
    }

    button {
        width: 100%;
        padding: 10px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #result{
        text-align: center;
        padding: 10px;
        padding-bottom: 20%;
        margin-left: initial;
        margin-right:3%;
    }

    #footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #bf4a70;
        color: whitesmoke;
        text-align: center;
        padding: 5px;
        font-family: Arial, sans-serif;
        font-size: 10px;
        margin-bottom: 5px;
        left: -1%;
        bottom: -1%;
        
        
        
    }

}
