/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@import url(https://db.onlinewebfonts.com/c/ee3be07b083097605f82302584c7c2bd?family=Molgan);
@import url('https://fonts.cdnfonts.com/css/toxigenesis');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&family=Share+Tech+Mono&display=swap');
h1 {
   font-family: "Molgan"; 
   color: #C5C7E6;
   font-size: 45px;
   } 
   .toplinks a:active, a:hover{ 
   word-spacing: 350px;
     font-family: "Saira";
     font-size: 24px; 
    padding: 16px 60px;
     font-weight:300;
     background-color: #020312;
     border-color: #180878; 
     color:#180878;
     text-decoration: none;
     display: inline-block;
     position: relative;
    top: 0px;
    left:250px;
  
  }   
  .toplinks a:link, a:visited{ 
   word-spacing: 350px;
     font-family: "Saira";
     font-size: 24px; 
    padding: 16px 60px;
     font-weight:300;
     background-color: #020312;
     color:#CFD0E8 ;
     border: 6px #C5C7E6;
     text-decoration: none;
     display: inline-block;
     position: relative;
    top: 0px;
    left:250px;
  
  }   
  
   .neon {
  color: #C5C7E6;
  text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #00f, 0 0 30px #00f;
  font-size: 4rem;
  text-transform: uppercase;
  padding: 12px 12px;
}
body {
  background-color: #020312;
  color:#CFD0E8;
  font-family: "Saira";
  font-weight: 340;
}
.Heinlogo{
  height: 50%;
  width:50%;
  float:left;
} 
.aboutimg{
 float:right;
 width:30%;
 height:30%;
}
.intro{
  padding: 30px 30px;
}
.abouttext {
  padding: 12px 12px; 
  padding-left: 30px;
  padding-right: 450px;
}

