/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.float-right {
    float: right !important;
}

.d-inline-block {
    display: inline-block !important;
}

.mb-3{
    margin-bottom: 1rem !important;
}
