#header {
 z-index: 10;
}

#headertext {
 margin-left:20px;
}

.uk-card.angi {
  background: rgb(252,86,71);
  background: radial-gradient(circle, rgba(252,86,71,1) 0%, rgba(140,244,190,1) 90%, rgba(232,253,242,1) 100%);
  color: #ffffff;
}

.uk-card-title.angi {
  background: transparent
  color: #ffffff;
}

.uk-badge.angi {
  background-color: #8CF4BE;
  color: inherit;
}

.uk-alert-success.angi {
  background-color: #F5F5F2;
}

.uk-button-default.angi {
  background-color: #8CF4BE;
}

input.uk-form-width-spsmall {
  width:60px;
}

.blurry-text {
  text-shadow: 0 0 20px #8CF4BE;
  color:transparent;
}

.blurry-text:hover {
  text-shadow:none;
  color:#8CF4BE;
}