/* @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap'); */

.landing__brand { 
  padding: 30px; 
}

a.brand > svg, a.brand > span { 
  display: none; 
}

a.brand { 
  color: #b7a2cc; 
  font-size: 2em; 
  font-family: 'Dancing Script', 'monospace'; 
  border-radius: 5px; 
  padding: .5em; 
}

a.brand:hover {
  background-color: #a288bd;
  color: #fff;
}

a.brand:after {
  content: 'haunted.computer';
}

