@import 'base_screen.css';
* {
  background-color: #828282;
  font-weight: normal;
  }
  
#picbox {
  margin: 0.5em;
  }
  
#picbox img {
  max-width: 150px;
  max-height: 150px;  
  }

#navbox {
  margin: 10%;
  font-size: 0.8em;
  text-align: left;
  }

#navbox ul {
  list-style-type: none; 
  text-align: inherit;
  }

#navbox li {
  text-align: inherit;
  }

#navbox li ul {
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 10%;
  list-style-type: circle;
  text-align: inherit;
  }
  
#navbox li ul ul {
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 10%;
  list-style-type: square;
  font-size: 0.9em;
  text-align: inherit;
  }
    
#recbox {
  margin: 5%;
  font-size: 0.4em;
  letter-spacing: 0.2em;
  }

#recbox h1 {
  text-align: center;
  }

#recbox ul {
  list-style-type: none; 
  }
