body,
html {
    font-family: calibri, sans-serif;
}

.btn-outline-danger,
.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger:visited,
.btn-outline-danger:focus {
    border-color: #ff0000 !important;
    color: #ff0000 !important;
}

.btn-outline-danger:hover {
    background-color: #ff0000 !important;
    color: white !important;
}

.navbar-brand img{
    width: 50%;
}

a[href] {
    color: #ff0000;
    text-decoration: none !important;
}

.phone {
    color: #ff0000 !important;
}

.right-gap {
    margin-right: 0.3rem;
}