@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);


.menu .item{
  
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 20px;  
  color: #91ffe3;  
  display: inline-block;
  margin: 40px 25px 0 25px; 
  /* margin: top right bottom left */
  /* MARGIN-TOP para alinhar no centro */
  /* (50% da div que o contÃƒÂ©m) - (50% de sua altura) */
}
.menu .item:active, .menu .item:focus, .menu .item:hover{
  text-shadow: 0px 0px 3px #00cc99;
}
.menu{
   
  background: url("");
  width: 100%;  
  height: 115px;
  text-align:center;
  box-shadow: 0 0 10px #000;
  background-color: #1b262659;
}
/* NÃƒÂ£o tÃƒÂ£o importante */
body{
  margin: 0;
  padding: 0;
  background: #20b2aa;
}
a, a:visited, a:link, a:hover{
  text-decoration: none;
  color: inherit;
}