html{
 background-color: #54575c;
 background-image: url("images/purty-wood.png");
  background-size: 15%;    
}
#bodycontainer { 
  margin: auto;
  width: 1080px;
  background-image: url(images/ceiling.png);   
  background-size: 100.2%;
  background-repeat: repeat-y;
  color: black;
  font-family: 'Aber-Mono';
  text-align: center;
  border: 20px solid black;
  position: relative;
}
@font-face {                  
font-family: 'Aber-Mono'; 
src: url(https://humantooth.neocities.org/fonts/Aber-Mono-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
}  
#header{
  font-family: 'Aber-Mono';
  font-size: 64px;
  color: black;
}
#img{
  width: 760px;
}
#gif{
  width: 600px;
  border: 3px dotted black;
}
#img2{
  width: 380px;
}
 
@font-face {                  
font-family: 'BPnoScript';
src: url(https://humantooth.neocities.org/fonts/BPnoScript.woff) format('woff');
font-weight: normal;
font-style: normal;
} 
#hcontainer {
  margin: 10px 170px 10px 170px;
  background-color: #949ba3;
  background-image: url("images/basketball.png"); 
  background-size: 15%;
  padding: 10px;
  border: 3px dotted black ;
}
#pcontainer {
  margin: 10px 170px 20px 170px;
  background-color: #949ba3;
  padding: 20px;
  border: 3px dotted black;
  background-image: url("images/basketball.png"); 
  background-size: 5%;
}
video {
  width: 740px;
}