*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.main{
  height: 8.6vh;
  width: 100%;
  overflow: hidden;
  background-size:cover ;
  position: relative;
  display: flex;
  background: whitesmoke;
}


.nav{
  position: sticky;
  align-items: center;
  margin: 10px ; 
}

.main p{
  flex: 1;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-seri ;
  color: white;
  margin: 0.6rem;
  font-weight: 700;
  text-shadow: 3px 2px 2px green;
  font-weight: 900;
}

.main p:hover{
  color: whitesmoke;
}

ul li {
  display: inline-flex;
  font-family: Chilanka;
}

ul li a{
  color: black;
  margin: 0.5rem;
}

ul li a:hover{
  text-decoration: underline;
  transition: 0.5s;
  color: green;

}


.content{
  background-image: url('https://wallpapercave.com/wp/wp4364731.jpg');
  width: 100%;
  height: 100vh;
  background-size: cover;
  text-align: center;
}


.i-c{
  padding: 5rem;
}

.i-c h2{
  font-size: 3rem;
  font-family: Chilanka;
  color: white;
  text-shadow: 3px 3px 3px  green;
}

.i-c p {
  font-size: 1.3rem;
  font-family: 'Courier New', Courier, monospace;
  color: white;
}

.i-c button{
  margin: 1rem;
  padding: 0.8rem 1.8rem;
  cursor: pointer;
  border: none;
}

.i-c button a{
  color: black;
  font-weight: 540;
}

.i-c button:hover{
  background-color: green;
  border-color:green;
}

.i-c button a:hover{
  color: white;
}




