body {
    background-color: whitesmoke;
    color: black;
    font-size: 1.1rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

#footer {
    background-color:aliceblue;
}
.socialbar {
    font-size: 3rem;
}

.swal-newsletter-popup {
    border: 2px solid #ffffff;
}

.swal-newsletter-popup .swal2-html-container {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.5;
}

.swal-newsletter-confirm,
.swal-newsletter-cancel {
    min-width: 10rem;
    padding: 0.7rem 1rem;
    border: 2px solid #ffffff;
    border-radius: 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.swal-newsletter-confirm {
    background-color: #005fcc;
}

.swal-newsletter-cancel {
    background-color: #1f1f1f;
}

.swal-newsletter-confirm:focus-visible,
.swal-newsletter-cancel:focus-visible {
    outline: 3px solid #ffd400;
    outline-offset: 2px;
}