<!
DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<style>
.bigcontainer{display: flex;
justify-content: space-between;
margin-left: 10px;
margin-top: 40px;
text-decoration:none ;
#first{font-weight: bolder;
font-style: italic;
font-size: larger;
text-decoration-line: none;
#first:hover{text-decoration: none;
text-decoration-line: none;
-webkit-text-fill-color: rgb(17, 135, 240);
text-shadow: 10px;
</style>
</head>
<body>
<header>
<nav>
<div class="bigcontainer">
<div id="first"> <a href="#a">Wildlife Treasures <br>
Of INDIA</a></div>
<a href="#b">About</a>
<a href="#c">Geography</a>
<a href="#d">History</a>
<a href="#e">Flora & Fauna</a>
<a href="#f">Contact Us</a>
</nav>
</div>
</header>
</body>
</html>