body {
    
    margin: 0;
    text-align: center;
    background-color: #c4b69b;
    background-image: url(stars.gif); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;

}



.bruh {
    
    color: white;
    transform: translate(0px, 300px)  rotateZ(58deg) rotateX(58deg) scale(45);
    text-shadow: .2px .2px #978345;
    
}

/* Top text outline */
h1 {
      
    -webkit-text-fill-color: #c3c3c3;
    text-shadow: 2px 2px #978345;
    text-shadow: rgb(255, 255, 255) 1px 0px 15px;
   /* -webkit-text-stroke-width:0.5px;
    -webkit-text-stroke-color: white;
    FOR WHITE OUTLINE */
}

h2 {
    text-shadow: rgb(255, 255, 255) 1px 0px 75px;
}

/* NO MORE STUPID PRUPLE LINKS */
a:link { 
    
    text-decoration: none; color:#ffffff;
  } 
  a:visited { 
    text-decoration: none; color:#ffffff;
  } 
  a:hover { 
    text-decoration: none; color:#ffffff; 
  } 
  a:active { 
    text-decoration: none; color:#ffffff;

  }
