body {
    font-family: 'Fira Sans', sans-serif;
}


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

.logo {
    width: 15%;

}

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

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

.nav-link:hover {
    color:#301E67;
}

.card-body {
    background-color:#5B8FB9;
}

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

footer {
    background-color: #301E67;
    color:#fff;
    margin-top: 25px;
}



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

h4 {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 45px;
    color:#301E67;
    word-spacing: -10px;
}

p {
    font-family: 'Fira Sans', sans-serif;
    font-size: 20px;
}

h1 {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 45px;
    color:#301E67;
    word-spacing: -10px;
}

h2 {
    font-family: 'Rubik Mono One', sans-serif;
    font-size: 20pt;
    word-spacing: -10px;
}

.btn-custom {
    background-color:#5B8FB9;
    color: #000 ;
    font-family:'Fira Sans', sans-serif;
    font-weight: 600;
    font-size: 17pt;
}

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

h3 {
    font-family:'Fira Sans', sans-serif;
    font-weight: 600;
}