@font-face{
  font-family: Las Vegas;
  src: url("LasVegasOT-Fabulous.ttf")
}
/* Standard Tags*/
h1{
  font-family: Las Vegas;
  color: #aba7a5;
  text-shadow: 1px 1px #1a1a1a;
  font-size: 72px
}

h2{
  font-size: 72px;
  font-family: Las Vegas;
  color: #aba7a5;
  text-shadow: 1px 1px #1a1a1a;   
}
a:hover{
  color: white;
  background-color: #aba7a5; 
  text-decoration: underline;
  
}
a{
text-decoration: none;
 color:#aba7a5; 
}
/* Class Tags*/
.home{
  position:fixed;
  bottom:0px;
  right:50px;
}
/* ID Tags*/
#IndexBody{
  background-image: url("https://steamuserimages-a.akamaihd.net/ugc/546405591523442593/DADC7139C2B12C3990B30E2EF276B04CCAB55E59/");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  
}
#h2Index{
  position: absolute;
  bottom: 0px;
  right: 760px;
}
#notes{
  position:absolute;
  top:0px;
  right:50px;
}
#webdev{
  position: absolute;
  top: 0px;
  right: 20px;
}
#python{
  position: absolute;
  bottom: 0px;
  right: 20px;
}
#java{
  position: absolute;
  bottom: 0px;
  left: 25px;
}
#about{
  position: absolute;
  top: 0px;
  left: 10px;
}
#abouth2{
  position: absolute;
  bottom: 0px;
  right: 30px;
}

/* Interaction Practice*/
.orangeback{
  background-color:orange;
}
.fuchsiaback{
  background-color:fuchsia;
}
  
