* {
  margin: 0;
 padding: 0;
box-sizing: border-box;
font-family: "Josefin Sans",sans-serif;}


    
  header {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.15)), 
    url(Manish2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
.Manishh{
  position: absolute;
  align-items: center;
  justify-content: center;
  clip-path: circle(105px);
margin-left: 600px;
margin-top: 260px;
}



  nav {
    width: 100%;
    height: 7.5vh;
    background: rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
    align-items: center;
font-size: 25px;
}
  
  
  
  nav .logo {
width: 20%;
    text-align: center;
justify-content: center;
display: flex;
    
   
  }
  
  nav .menu {
    width: 50%;
    display: flex;
    justify-content: space-around;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
  }
  
  nav .menu a {
    width: 100px%;
    text-decoration: none;
    color: white;
    font-size: 2.5rem;
    font-weight: bolder;
    
  }
  
 
  nav .menu a:first-child {
    color: #e5f1e3;
    font-size: 2.5rem;
  }
  nav .menu a:last-child{
    color: rgb(235, 231, 227);
      font-size: 2.5rem;
 
  
  }
    
  
  main {
    width: 100%;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
  }
  section h1{
    margin: 30px 0 20px 0;
   font-size: 55px;
   font-weight: 700;
   text-shadow: 2px 1px 5px black;
   text-transform: uppercase;
   margin-top: 800px; 
  }
  
  section h3 {
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px black;
  }
  section p {
    font-size: 2rem;
    word-spacing: 2px;
    margin-top: 355px;
    text-shadow: 1px 1px 1px rgb(240, 120, 9);
  }
  section a {
    padding: 12px 30px;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.5s ease;
  }
  .change_content:after {
    content: "";
    animation: changetext 9s infinite linear;
    color: #8b888b;
    
  }
  
  
  @keyframes changetext {
    
    0% {
      content: "Student";
    }
    20% {
      content: "Beginner";
    }
    36% {
      content: "More to learn";
    }
    61% {
      content: "Succcess";
    }
    80% {
      content: "Nature lover";
    }
    100% {
      content: "Developer";
    }
  }
  h1{
    color: red;
 
  }
  nav a:hover{
   background-color:  rgb(13, 72, 201);
  }
   