body {
  background-color: #273c75;
}
.logo-responsive {
    width: 100%;
}

/* lg and above */
@media (min-width: 992px) {
    .logo-responsive {
        width: 50%;
    }
}
.apply:hover {
  background-color: #555555 !important;
}
/* .card{
  background-color: rgba(255,255,255, 1);
} */
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}