#background {
  background: linear-gradient(to bottom right, #1e293b, #0f172a);
}

.bm-menu {
  background: #1e293b;
  color: #FFF;
}

.btn {
  border-radius: .25rem;
  padding: .5rem;
}

.btn-primary {
  border: solid .2px white;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  transition: .5s ease-in-out;
}

.package .btn-primary:hover {
  background: white;
  color: black;
}

.btn-secondary {
  border-style: none;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
}

.modal {
  background: #121a30;
  color: white;
}

svg, h1 {
  color: #FFF;
}

body {
  color: white;
}