.main-skills{
    padding: 0px 5px; 
}

#mycontent{
    
    background:rgb(217, 224, 222);
    padding: 2px 250px;
    font-size: medium;
}
#side-nabar{
    margin: 0;
    margin-bottom: 10px;
    margin-top: 2px;
    top: 0;
    left: 145px;
    right: 100px;
    background-color: rgb(3, 45, 56);
    width: 100px;
    height: 100vh;
    position:fixed ;
    transition: all 0.3s;
    
}
  
  #wrapper{
    display: flex;
    width: 100%;
    padding: 60px 100px;
  }

  .skills_set{
    background-color: rgb(192, 192, 192);
    width: 100%;
    border-radius: 70px;
}

.skill {
    background-color: rgb(19, 129, 74);
    color: white;
    padding: 1%;
    text-align: right;
    font-size: 10px;
    border-radius: 10px;
}
.network{
    color: rgb(54, 90, 123);
    
}
#about{
    padding: 60px 100px;
    background-color:white;
    margin: 0;
    margin-bottom: 0; 
}
#contact{
    padding: 60px 100px;
    background-color:white;
    margin-top: 0px;
    margin-bottom: 0px;
}
#experience{
    padding: 60px 100px;
    background-color:white;
    margin-top: 0px;
    margin-bottom: 0px;
}

.background-image{
  background-image: url("/images/com.png");  
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size:cover;
  height: 400px;
}

.row-height {
    text-align: center;
    padding-top: 25px;
    color:white;
    background-color: #051716;
    border-radius: 15px 0 0 15px;

}
.row-contact{
    text-align: center;
    padding-top: 25px;
    color:white;
    background-color: #193f2e;
    border-radius: 0 15px 15px 0;
    
}
   

.w3-input {
    width: 100%;
    height: 50px;
}




