html{
  background-color: #42412b;
  background-image: url(images/brushed-alum-dark.png);
  background-size: 12%; 
  text-align: center;
  color: #1c190e;
  font-size: 14px;
}
#bodycontainer { 
  margin: auto;
  width: 1080px;
  background-image: url(images/windvisual2.png);   
  background-size: 100.2%;
  background-repeat: repeat-y;
  color: #1c1604;
  font-family:'Barecast-Thin';
  text-align: center;
  border: 20px solid #1c1604;
  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;
} 

h1 {
  font-family: Faune-Italic;
  font-size: 72px;
}

p {
  font-family: Barecast-Thin;
  font-size: 14px; 
}
#lighter{
  color: #1c190e;
}

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;
}