@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');


.nav {
  background-color:rgb(0,51,0);
  height:30px;
  width:100%;
}




body,html {
  margin:0;
  padding:0;  
}




a:hover {
  background-color:black;
}

a {
  text-decoration:none;
  margin-left:25px;
  color:rgb(255,255,255); 
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size:20px;
  font-weight:bold;
  vertical-align:middle;
}

li {
  float:left;
  list-style:none;
}

ul {
  margin:0;
  padding:0;
}

