html{
  background-color: #212426;
  background-image: url(images/brushed-alum-dark.png);
  background-size: 12%;    
}
#bodycontainer { 
  margin: auto;
  width: 1080px;
  background-image: url(images/windblobbg2.png);   
  background-size: 100.2%;
  background-repeat: repeat-y;
  color: #cbcbcb;
  font-family: Andale Mono;
  text-align: center;
  border: 20px solid #cbcbcb;
  position: relative;
}
@font-face {                  
font-family: 'Faune-Italic';
src: url(https://humantooth.neocities.org/fonts/Wavetosh.woff) format('woff');
font-weight: normal;
font-style: normal;
} 
@font-face {                  
font-family: 'Ojuju';
src: url(https://humantooth.neocities.org/fonts/Ojuju-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 
@font-face {                  
font-family: 'Faune-Italic2';
src: url(https://humantooth.neocities.org/fonts/Faune-Italic.woff) format('woff');
font-weight: normal;
font-style: normal;
} 
@font-face {                  
font-family: 'DarkerGrotesque';
src: url(https://humantooth.neocities.org/fonts/DarkerGrotesque-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
} 
@font-face {                  
font-family: 'Barecast-Thin';
src: url(https://humantooth.neocities.org/fonts/Barecast-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

#a2{
  font-family: 'Barecast-Thin';
  font-size: 18px;
}

h1 {
  font-family: 'Faune-Italic';
  font-size: 72px;
}
h2 {
  font-family: 'Barecast-Thin';
  font-size: 20px
}
p {
  font-family: 'DarkerGrotesque';
  font-size: 30px; 
}

img {
  width: 150px;
}

hr{
  border: 1px dotted #cbcbcb;
  margin-left: 400px;
  margin-right: 400px;
}
#container {
  margin-left: 40px;
  margin-right:40px;
}
a{
  color: #cbcbcb;
  background-color: transparent;
  text-decoration: none;
}