.bg-dark {
    background-color: #da003e!important;
}

.bg-purple {
    background-color: #3DA3DC;
}

.mt-50 {
    margin-top: 50px;
}

.f-border {
    border-color: #00a4e1;
    border-style: solid;
    border-width: 1px;
}

.w-100 {
    width: 98%!important;
}

.mb-10 {
    margin-bottom: 10px;
}