@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #9FB4C7;
}

.card {
    border: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.swal-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.swal-text {
    text-align: center;
}

.swal-button {
    background-color: #3490dc;
}
