.logo {
  max-width: 390px;
  max-height: 60px;
  width: auto;
  height: auto;
}

@media (max-width: 575.98px) {
  .logo {
    padding: 12px !important;
  }
}

.jumbotron {
  background-color: #b5e3ff;
  color: black;
}