.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.fs-6 {
    font-size: 1rem !important;
}


.fs-5 {
    font-size: 1.25rem !important;
}

/*
.fw-bold {
    font-weight: 700 !important;
}

.fst-italic {
    font-style: italic !important;
}
*/