html{
  background-color:#50a2d1;
  background-image: url(images/gray-floral.png);
  
  text-align: center;
  color: #00591c;
  font-size: 14px;
}
#bodycontainer { 
  margin: auto;
  width: 1080px;
  background-color: #f08291;
  background-image: url(images/clean-textile.png);   
  background-size: 20%;
  background-repeat: repeat;
  color: #00591c;
  font-family:'Barecast-Thin';
  text-align: center;
  border: 10px solid #00591c;
  position: relative;
}
marquee {
  color: #00591c;
  text-decoration: none;
}

@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: #00591c;
}

img {
  width: 900px;
}

hr{
  border: 1px dotted #cbcbcb;
  margin-left: 400px;
  margin-right: 400px;
}
#container {
  margin-left: 150px;
  margin-right:150px;
}
#button{
  padding: 4px;
  background-color: #50a2d1;
  width: 100px; 
  margin: auto;
  background-image: url(images/gray-floral.png);
  background-size: 25%;
  font-family:'DarkerGrotesque';
  text-align: center;
}
a{
  color: #00591c;
  background-color: transparent;
  text-decoration: none;
  font-family:'DarkerGrotesque';
  font-size: 24px;
  text-align: center;
}