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

h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'Poppins', sans-serif;
}


.container-topbar{
  background-color:#141414 !important;
  padding: 0 15px 15px !important;
}
.container-header {
    background-color: #000B18;
    background-image: -o-linear-gradient(315deg,#000B18 0,#02386E 100%);
    background-image: linear-gradient(135deg,#000B18 0,#02386E 100%);
    -webkit-box-shadow: inset 0 5px 5px rgb(0 0 0 / 3%);
    box-shadow: inset 0 5px 5px rgb(0 0 0 / 3%);
    position: relative;
    z-index: 10;
}
a:not([class]) {
    text-decoration: none;
}

.footer {
    background-color: #000B18;
    background-image: -o-linear-gradient(315deg,#000B18 0,#02386E 100%);
    background-image: linear-gradient(135deg,#000B18 0,#02386E 100%);
    color: #fff;
    margin-top: 1em;
}

.btn-primary {
    background-color: #02386E;
    border-color: #02386E;
}