body {
  position: relative;
  min-width: 300px;
  font-family: Helvetica;
  background-color: #F9EEE2;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  font-family: "Verdana";
}

#funsidegames {
  position: fixed;
  height: 60px;
  top: 15px;
}

#navbar {
  min-width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  height: 60px;
  width: 100%;
  background-color: #9fbb2f;
  font-size: 1.2em;
  padding-left: 15px;
  left: 0;
}

ul.nav {
  list-style-type: none;
  float: right;
  margin: 0;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #9fbb2f;
  overflow: hidden;
}

ul.nav li {
  float: left;
  height: 60px;
  line-height: 60px;
}

ul.nav li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: 0.3s;
}

li.menu {
  display: none;
}

ul.nav li a:hover {
  background-color: #40501e;
}

ul.nav.responsive {
  position: absolute;
  right: -15px;
  padding-left: 0px;
}

ul.nav.responsive li {
  float: none;
  display: inline;
}

ul.nav.responsive li a {
  display: block;
  text-align: right;
  padding-right: 30px;
  padding-left: 30px;
}