@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');


body {
  background-color: #AA80FF;
  color: #000099;
  font-family: "Special Elite", system-ui;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  
}
 
  
a:link {
  color: #980027;
  
}


a:visited {
  color: #046085;
}
  
  
  h1, h2, h3, h4, h5, h6 {
    color: #550298; 

}
  
