@font-face {                  
font-family: 'AnalogueOS';
src: url(https://humantooth.neocities.org/fonts/AnalogueOS-Regular.woff) format('woff');
font-weight: normal;
}
p {
  font-size: 18px;
  font-family: 'AnalogueOS';
}
a {
  font-size: 18px;
  font-family: 'AnalogueOS';
  color: crimson;
  text-decoration: none;
}
h1 {
  color: white;
  font-size: 36px;
  font-family: 'AnalogueOS';
  text-align: start;
}
.container{
  width: 75%;
}
.header{
  background-color: black;
  overflow:auto;
  padding: 0;
  border-style: outset;
  opacity: .95;
}
.bar{
  text-align: start;
  width: 30%;
  padding: 25px;
  box-sizing: border-box;
  color: white;
  float: left;
  background-color: black;
  overflow:auto;
  border-style: outset;
  opacity: .95;
}
.main{
  text-align: start;
  width: 70%;
  padding: 25px;
  box-sizing: border-box;
  color: white;
  float: left;
  background-color: black;
  overflow:auto;
  border-style: outset;
  opacity: .95;
}
.full{
  text-align: start;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  color: white;
  float: left;
  background-color: black;
  overflow:auto
}
