html {
    scroll-behavior: smooth;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #eee;
}

footer{
    margin-top: auto;
}



.swal-overlay {
    background-color: rgba(57, 56, 56, 0.834);
}

.swal-modal {
    background-color: rgba(59, 59, 59, 0.911);
    border: 3px solid #fff;
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}

.swal-text {
    margin: 22px;
    color: #fff;
    text-align: center;
}

.swal-title{
    color: #fff;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 5px;
    background-color: #212529;
    font-size: 12px;
    border: 1px solid #212529;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button:not([disabled]):hover{
    background-color: #6c757d;
}

