@font-face {
  font-family: humantooth;
  src: url(/fonts/humantooth-type-v1.ttf); /* shoutout humantooth ! https://humantooth.neocities.org/home https://humantooth.neocities.org/font-table*/
  }
  
@font-face {                  
  font-family: 'Another-Birdhouse';
  src: url(/fonts/Another-Birdhouse.ttf);
  font-weight: normal;
  font-style: normal;
  }

@font-face {                  
  font-family: 'Another-Birdhouse-Light';
  src: url(/fonts/Another-Birdhouse-Light.ttf);
  font-weight: normal;
  font-style: normal;
  } 
    
h1 {
  font-family: humantooth; 
  }
  
h3 {
  font-family: Another-Birdhouse;
  font-size: 28px;
  color: #4d4d4d;
  }  

li {
  font-family: Another-Birdhouse-Light;
  font-size: 28px;
  color: #4d4d4d;
  }


body {
  background-image: url(/images/backgrounds/pattern-388.gif);
  }

.information-div {
  width: 50vw;
  height: 110%;
  left: 25vw;
  padding: 28px 50px;
  background-image: url(/images/backgrounds/lined-paper3.jpg);
  }