
/*Custom CSS*/
.h1, h1 {
    font-size: 1.5rem;
}

.navbar .nav-link {
    color: #495057;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 1rem;
}

.btn-dark {
    color: #fff;
    background-color: #286ef0;
    border-color: #343a40;
}

