nav {

	display: flex;

	justify-content: space-around;

	align-items: center;

	min-height: 8vh;

	

	/*font-family: 'Poppins', sans-serif;*/

}



.blank {

	color: white;

	

}



.navlinks {

	display: flex;

	justify-content: space-around;

	width: 50%;
	margin-left: 48%;

	list-style: none;

	

}



.navlinks a {

	color: green;

	font-size: 15px;

	/*font-weight: bold;*/

	

}



@media screen and (max-width: 600px) {

  .topnav a:not(:first-child) {display: none;}

  .topnav a.icon {

    float: right;

    display: block;

  }

}



@media screen and (max-width: 600px) {

  .topnav.responsive {position: relative;}

  .topnav.responsive .icon {

    position: absolute;

    right: 0;

    top: 0;

  }

  .topnav.responsive a {

    float: none;

    display: block;

    text-align: left;

  }

}

