* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat'
}

a:link,
a:visited {
  color: white !important
}

a:hover {
  text-decoration: underline;
}

.btn {
  background-color: white !important;
  color: black !important;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #2C6479, #52E2D7) border-box !important;
  border-radius: 50em !important;
  border: 3px solid transparent !important;
}

form {
  background-color: #2A4657;
}

.text-gradient {
  background: -webkit-linear-gradient(#2C6479, #52E2D7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-section {
  background-image: url('./images/background.png');
  background-color: #282C39;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1300px;
  width: 100%;
  color: white;
}

.upsell-section,
.card-section {
  color: black;
}

footer {
  background-color: #282C39;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.kade {
  font-family: kade, sans-serif;
  font-style: normal;
  font-weight: 400;
}
/* 
@media (max-width:768px) {
  #header-logo {
    max-width: 240px;
    max-height: 240px;
  }
} */