/* the pit of divs*/
.nav{
  background-color: black;
  color: white;
}
.you{
  color: yellow;
}

/* the universal stuff*/
body{
  background-color: green;
  text-align: center;
}
footer{
  background-color: black;
  color: white;
}