@import './common.css';

.container1{
    max-height: 40vh;
    width: 100%;
    /* margin: 0 auto; */
    /* padding: 2rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 200px;
}

#skills .skills{
    display: felx;
    flex-direction:column ;
}

#skills .all-skills{
    margin: 2rem;
    display: flex;
    flex-direction: row;
}

#skills .all-skills ul li{
    display: inline-block;
    /* display: flex; */
    font-size: 2rem;
    margin: 1rem;
    padding: 1rem;
    border-radius: 10% ;
    color: white;
    /* background: rgb(164, 173, 175); */
    background-image: linear-gradient(60deg,#29323c 0%,#485563 40%);
    box-shadow: 0px 0px 5px 0 #7c7c81;
}