
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
   font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";

}


#main {
  position: relative;
  max-width: 90%;
  margin: 20 auto;

}

navbar
{
  position: absolute;
  left: 0px;
  width: 20%;
  font-size: 80%;
}
navbar a
{
text-decoration: none;
color: navy;
}
zitat
{
color: #DD2954
}

section {
  /* position is static by default */
  margin-left: 22%;
  font-size: 67.5%;
}

section a
{
text-decoration: none;
font-size: 120%;
color: navy;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70px;

  width: 100%;
  color:navy;
  font-size: 67,5%
}
body {
  margin-bottom: 120px;
}

