button{
    margin: 25px;
}
.form-control {
    height: 45px;
}
.alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 20px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    opacity: 1;
    transition: opacity 0.5s ease-out;
    text-align: center;
    min-width: 300px; /* Para garantir um tamanho mínimo */
    max-width: 80%; /* Evita ocupar a tela toda */
    z-index: 1060; /* Garante que fique sobre outros elementos */
}
.success {
    background-color: #28a746ae;
}
.error {
    background-color: #dc3545;
}
@media screen and (max-width: 780px) {
    .navbar .container-fluid {
        padding: 0px;
    }

    #Lista p {
        width: 250px;
    }
    .guestMessage {
        width: 250px;
    }
    .guestName {
        width: 250px;
    }
    #Lista h1 {
        font-size: 30px;
        padding: 20px;
    }
    #Lista p {
        font-size: 18px;
    }
    .button-env{
        width: 200px;
    }
}