body {
  background-image: url("GlitterCloudsBackground.gif");
  background-repeat: repeat;
  color: SteelBlue;
  font-family: Verdana; 
}
/*COLORFUL HEADER BUTTONS TO SOCIALS*/
a:link, a:visited {
  border-radius: 5px;
  background-color:SteelBlue;
  border: 3px solid SteelBlue;
  font-family: "Courier New", Courier, monospace;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.4s;
}
a:hover, a:active {
  background-color: LightBlue;
  border: 3px solid SteelBlue;
  color: SteelBlue;
}


/*MAIN BLUE CONTAINER BOX*/
.CenterMainbox {
  border-radius: 25px;
  background-color:Lightblue;
  margin: auto;
  width: 90%;
  border: 3px solid SteelBlue;
  padding: 20px;
}
.GlttrbxmbTitle {
  background: url("GlitterAttempt.gif") -80px -80px;
  color: Purple;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
  font-size: 100px;
  font-family: arial, helvetica;
  width: 600px;
  margin: 50px auto;
  text-align: center;
}