@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");


  
  body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
  }
  
  .topnav {
	overflow: hidden;
	background-color: #0080ff;
  }
  
  .topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 20px;
  }
  
  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }
  
  .topnav a.active {
	background-color: #0080ff;
	color: white;
  }
  
  .topnav .icon {
	display: none;
  }
  #abc{
	padding:  14px;
	float: right;
	font-weight: 500;
  }
  
  @media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none; }

	.topnav a {
		padding: 7px 14px 7px;
	}
	
	.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;
	}
	#abc {
	float: left;
	text-align: left;
	font-weight: 100;
	}
  }

  
  .topnav {
	font-weight: 10;
    line-height: 1,5;
    letter-spacing: 2px;
    color:bisque;
    text-align: center;
    text-transform: uppercase;
	padding: 10px 10px;
  }

  
 
  
  /* #0080ff */