body {
    background-color:#F29838 ;
  color:  #000000 ;
    font-family: "Cause", cursive;
    border: .7em inset #C96E0D;
    padding: 11em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;

}

/*LINKS*/
a{
   color: #470000; 
   text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.logo {
    border: 1px solid #C96E0D ;
    border-radius: 50%;
}

.logo:hover {
    border: 1px solid #C96E0D;
    border-radius: 50%;

}


/*Menu*/
.nav {
  height: 100%; 
  width: 10%; 
  position: fixed; 
  z-index: 1; 
  top: 0;
  left: 0;
  background-color: #eb8634; 
  overflow-x: hidden;
  padding-top: 150px; 
}

.nav a {
  padding: .5em .75em .95em 1em;
  text-decoration: none; 
  font-size: 1.3em;
  color: #FFFFFF;
  display: block;
  transition: 0.3s;
}
