@font-face {
  font-family: logofont;
  src: url(logofont.ttf);
}

body {
  background-image: linear-gradient(to bottom right, #9ce62a, #046802);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Add a black background color to the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: rgba(50,205,50,0.4);
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: logofont;
  font-size: 35px;
}


/* Style the search box inside the navigation bar */
.topnav input[type=text] {
  float: left;
  padding: 10px;
  border: none;
  margin-top: 15px;
  margin-left: 70px;
  font-size: 17px;
}

