html{
  background-color: black;
  background-image: url(images/elegant-grid.png);
  background-size: 1%;    
}
#bodycontainer { 
  margin: auto;
  width: 1080px;
  background-image: url(images/projectsmenu.png);   
  background-size: 100.2%;
  background-repeat: no-repeat;
  color: black;
  font-family: Andale Mono;
  text-align: left;
  position: relative;
  
}

#deco {
  background-repeat: repeat-x;
  background-image: url(decorations/black4.gif);
  height: 30px;
  width: 800px;
}

#deco2{
  background-repeat: repeat-x;
  background-image: url(decorations/black4.gif);
  height: 30px;
  width: 795px;
  transform: scaleY(-1);
}

#mini {
  height: 15px;
  
}

a {
  text-decoration: underline;
  color: black; 
}

@font-face {                  
font-family: 'Barecast';
src: url(https://humantooth.neocities.org/fonts/Barecast-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

h1 {
  font-family: 'Quarantype';
  font-size: 48px;
}

h2 {
  font-family: 'Quarantype'; 
}

p {
  font-family: 'Barecast';
  font-size: 16px;
}

ul {
  list-style-type: none;
  font-family: 'Barecast';
  font-size: 18px;
  margin-left: -20px;
}

hr {
  border: 1px solid black;
}

#container {
  margin-left: 40px;
  margin-right: 100px;
}

#listcontainer {
  border: 2px solid black;
  margin-right: 210px; 
}

@font-face {                  
font-family: 'Quarantype';
src: url(https://humantooth.neocities.org/fonts/Quarantype-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

@font-face {                  
font-family: 'Hebdomadal';
src: url(https://humantooth.neocities.org/fonts/Hebdomadal.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 