body{
  color: white;
    font-family: Bricolage Grotesque;
  background-color: #0f0f1e;
  
  }
  
  a {
  text-decoration: none;
  color: #ba62ba;
  font-size: 0.8em;
  padding-right: 10px;
  transition: background-color 1s ease-out;
}


a:hover {
  background-color: #333366;
  }
  
  h1{
      color: #ba62ba;
  font-size: 2.8em;

    }