h1 {
  color:rgb(10,8,0) !important; 
  font-family: "brandon-grotesque";
  font-weight: 700;
  text-transform: uppercase;
  }

h4 {
  font-family: "brandon-grotesque";
  font-weight: 700;
  margin-top:0;
  margin-bottom:50px;
  text-transform: uppercase;
  }

a.uk-button { 
  border-radius: 50px; 
  border:1px solid rgb(255,255,255);
  font-size:16px;
transition: background ease-in-out .25s}

a.uk-button:hover {
  background:rgb(0,168,227);
}

.uk-card-primary {background:rgb(10,8,0);}
.uk-card-secondary {background:rgb(253,185,52);}