.header-logo img {
    position: relative;
    top: -10px;
}

.hero-button {
  background-color: #0088cc !important;
  border-color: #0088cc !important;
  color: white !important;
  text-transform: none;
  transition: all 0.3s ease;
}

.hero-button:hover {
  background-color: #0077b3 !important;
  border-color: #0077b3 !important;
  color: white !important;
}
