html{
  background-color: #695756;
  background-image: url(images/french-stucco.png);
  background-size: 20%; 
  text-align: center;
  color: #240e0e;
  font-size: 14px;
}
#bodycontainer { 
  margin: auto;
  width: 1080px;
  background-color: #3d2423;
  background-image: url(images/brushed-alum-dark.png);   
  background-size: 20%;
  background-repeat: repeat;
  color: #240e0e;
  font-family:'Barecast-Thin';
  text-align: center;
  border: 10px solid #240e0e;
  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: #d1cdba;
}

marquee {
  color: #d1cdba;
}

img {
  width: 1080px;
}

hr{
  border: 1px dotted #cbcbcb;
  margin-left: 400px;
  margin-right: 400px;
}
#container {
  position: absolute;
  left: 50%;
    top: 50%;
  width: 800px;
  height: 600px;
  margin-left: 400px;
  margin-top:300px;
}
a{
  color: #d1cdba;
  background-color: transparent;
  text-decoration: none;
}
.wrap {
    width: 800px;
    height: 500px;
    overflow: hidden;
    margin: 0px 140px 0px 140px;
}
.gifmargin{
  padding: 0px 120px 0px 120px; 
  margin: -50px 0px 0px -275px;
}