
     body{
         color: #333;
         overflow-x: hidden;
         padding: 0;
         margin: 0;
     }
     #wrap-background{
         background-color: #00b4ff;
         left: 0;
         top: 0;
         right: 0;
         bottom: 0;
     }

      .x1{
          animation: animated 8s linear infinite;
      }
      .x2{
          animation: animated 12s linear infinite;
      }
      .x3{
          animation: animated 7s linear infinite;
      }
      .x4{
          animation: animated 10s linear infinite;
      }

      .image{
          text-align: center;
          margin-top: 138px;
      }



     @keyframes animated{
         0%{
             margin-left: -1000px;
         }100%{
             margin-left: 100%;
         }
     }

     h1{
         text-align: center;
         margin-top: 10%;
         font-size: 5rem;
         font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
         color: white;
     }
     h3{
         text-align: center;
         color: white;
         font-size: 2rem;

     }

     
 
    
     .name1 h1{
         font-size: 5rem;
         font-weight: bold;
         margin-top: -290px;
         color: white;
         animation: animatedname 1s ;
     }

     
    
     .name1 h3{
         font-size:1.5rem;
         color: white;
          animation: animatedjob 1s ;
     }

     .about img{
         margin-top: 8%;
        text-align: center;
     }

     .about h1{
         color: #30e3cb;
         font-family: 'Montserrat', sans-serif;
     }

     .about p{
        text-align: center;
        font-family: 'Montserrat', sans-serif;
     }

     hr{
        border: dotted red 10px;
        
        width: 15%;
     }

     
   
 
  
.skills h1{
    margin-top: 10%;
    color: #30e3cb;
    font-weight: bold;
    font-size: 4rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 3%;
}

.skillmobile h2{
    padding-right: 65%;
}
.skillweb h2{
    padding-left: 60%;
}
  #allskills{
      text-align: center;
  }


  .skillmobile img{
      float: left;
  }

 .skillmobile{
     padding-left: 25%;
 }
 .skillmobile p{
    padding-right: 50%;
}

.skillweb{
    padding-right: 27%;
}

.skillweb img{
    float: right;
}
.skillweb p{
    padding-left: 60%;
}

  
   
#project img{
    width: 30%;
   
}

#project{
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #E0EBE8;
    padding-bottom: 3%;
}

#project h1{
    color: #30e3cb;
    font-family: 'Montserrat', sans-serif;
    
}

#name4 {
   padding-top: 5%;
   padding-bottom: 3%;
}
#name4 h1 {
    font-size: 3rem;
    margin-top: 10%;
    color: #30e3cb;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    
 }


 #contact{
     padding-top: 15%;
 }

 #contact h1{
    font-family: 'Montserrat', sans-serif;
     color: #30e3cb;
 }

 #contact p{
     font-size: large;
     text-align: center;
     color: black;
     padding-top: 4%;
     padding-bottom: 2;
 }

 #contact #btn {
     background-color: #30e3cb;
     border-radius: 10px;   
 }
 #contact a{
     text-decoration: none;
 }

 #contact a{
     color: white;
 }

 #contact p{
    color: black;
    font-family: 'Montserrat', sans-serif;
    
}

 #footer {
     margin-top: 15%;
     padding-top: 2%;
     background-color: #30e3cb;
 }


 #footer p{
     padding-top: 2%;
     padding-bottom: 2%;
     text-align: center;
     font-size: 39;
     font-family: 'Montserrat', sans-serif;
     color: white;
     font-weight: bold;
 }

 #footer  {
     text-align: center;   
 }





 @keyframes animatedname{
     0%{
         transform: translateX(-1000px);
     }100%{
         transform: translateY(0);
     }
 }

 @keyframes animatedjob{
    0%{
        transform: translateX(1000px);
    }100%{
        transform: translateY(0);
    }
}