

html, body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100vh;
}

body {
      background: url(../img/men.gif) no-repeat 30% 30%;
      background-size: cover;

}

#nav {
  display: block;
  position: absolute;
  top:15%;
  left:45%;
  list-style: none;
  margin: 0 !important;
  padding:0 !important;
}

#nav ul {
  display: block;
  list-style: none;
}
 #nav li {
   display: block;
   padding-top: 40px;
 }
#page a {
  color:#ffffff;
  font-style:none;
  font-weight:normal;
  text-transform:none;
  text-decoration:none;
  font-family: 'Cairo', sans-serif;

}
#page a:visited {
  color:#ffffff;
  font-style:none;
  font-weight:normal;
  text-transform:none;
  text-decoration:none;
  font-family: 'Cairo', sans-serif;

}
#page a:hover {
  color:grey;
  font-style:none;
  font-weight:normal;
  text-transform: none;
  text-decoration: overline;
  font-family: 'Cairo', sans-serif;

}
#page {
  color:#ffffff;
  font-style:none;
  font-weight:normal;
  text-transform:none;
  text-decoration:none;
  font-family: 'Cairo', sans-serif;
  font-size: 40px;
}
