body {
    font-family: 'Fira Sans', sans-serif;
    color:#000000;
    font-weight: 500;
}


.mainlogo {
    text-align:center;
    margin:0 auto;
}

.logo {
    width: 15%;

}

.nav-link {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 30px;
    color:#301E67;
}

.nav-link:link {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 30px;
    color:#301E67;
}

.nav-link:hover {
    color:#5B8FB9;
}

.card-body {
    background-color:#B6EADA;
}

.btn-custom {
    background-color:#301E67;
    color:#B6EADA;
}

footer {
    background-color: #301E67;
    color:#fff;
    margin-top: 25px;
    position: static;
    width: 100%;
    clear: both;
}




.bi {
    color:#fff;
    font-size: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

h1 {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 28px;
    color:#5B8FB9;
}

h2 {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 18px;
    color:#301E67;
}