body {
  background-color: #000;
}

.nav-container{
    text-align: center;
    color: white;
    padding: 20px;
}


.myName {
  font-size: 66px;
   letter-spacing: 3px;
   font-weight: 400;
    -webkit-animation:colorchange 20s infinite alternate;
     }

  @-webkit-keyframes colorchange {
    0% {
      
      color: rgb(25, 215, 28);
    }
    
    10% {
      
      color: #8e44ad;
    }
    
    20% {
      
      color: #1abc9c;
    }
    
    30% {
      
      color: #d35400;
    }
    
    40% {
      
      color: rgb(215, 98, 40);
    }
    
    50% {
      
      color: #34495e;
    }
    
    60% {
      
      color: rgb(193, 52, 101);
    }
    
    70% {
      
      color: #2980b9;
    }
    80% {
   
      color: #f1c40f;
    }
    
    90% {
   
      color: #2980b9;
    }
    
    100% {
      
      color: pink;
    }
  }


#para1{
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}

.boxes{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}


.box:hover {
  transform: scale(1.1);
}

.box{
    width: 250px;
    height: 200px;
    transition: 500ms linear;
}


.box img{
    display: block;
    margin: auto;
    padding: 20px;
    background-color: #212529;
    border-radius: 10px;
}

.box img:hover{
  border: 1px solid white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.box h4{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 18px;
    margin-top: 8px;
}

.line{
  border: 1px solid #708090;
  margin-left: 9%;
  margin-right: 9%;
}

.connect{
    display: flex;
    justify-content: center;
    background-color: #000;
    gap: 20px;
}

.border-bottom li{
margin-left: 70px;
}

/*About Page*/

.about-me{
  color: #708090;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  line-height: 30px;
}

.about-me-more{
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 30px;

}

.about-me-more h3{
  margin-bottom: 0;
  color: white;
  text-align: center;
  padding: 10px;
  background-color: #3867e8;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  border-radius: 5px;
}

.about-para{
  color: #B5ABAB;
  text-align: center;
  background-color: #181616;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  font-size: 18px;
  border-radius: 8px;
}

.about-para p{
  padding-top: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 16px;
}

/*Project CSS */

.proj1{
  display: flex;
  justify-content: center;
  gap: 30px;
}