html{
  background-color: #244045;
  background-image: url(images/purty-wood.png);
  background-size: 12%;    
}
#bodycontainer { 
  margin: auto;
  width: 1080px;
  background-image: url(images/rainsongshome4.jpg);   
  background-size: 100.2%;
  background-repeat: no-repeat;
  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;
} 

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;
}
#container2 {
  margin-left: 480px;
  margin-right: 50px;
  text-align: left;
}
#container3 {
  margin-left: 850px;
  margin-right: 60px;
  text-align: center;
}
#container4 {
  margin-left: 860px;
  margin-right: 40px;
  text-align: center;
}
#container5 {
  margin-left: 400px;
  margin-right: 50px;
  text-align: left;
}
#container6 {
  margin-left: 25px;
  margin-right: 925px;
  text-align: center;
}

a{
  color: #cbcbcb;
  background-color: transparent;
  text-decoration: none;
}