/*******************************  SKILLS*****************************/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
    font-family: 'poppins';

}

#skills {
    display: flex;
    justify-content: center;
    gap: 3em;
    background: rgb(93, 8, 102);
    font-size: 14px;
    padding: 4em 2em;
}

.project-heading-skills {
    text-align: center;
    color: white;
    font-size: 32px;
    padding-bottom: .1em;
}

h5 {
    font-size: 18px;
    color: white;


}

ul {
    padding-top: 2em;
    border-radius: 50%;
    margin: 0;
}

ul.cloud {
    list-style: none;
    padding-top: 1em;
    display: flex;
    flex-wrap: wrap;


}

ul.cloud li {
    margin: 0.3em;
    text-decoration: none;
    list-style: none;
    background-color: #f0d9f5;
    border-radius: 2em;
    padding: .5em 1em;
    font-size: .9rem;
}




/* #skills {
    display: flex;
    justify-content: center;
    gap: 3em;
    background: rgb(93, 8, 102);
    font-size: 14px;
 
} */

@media (min-width: 768px) {
    #skills {
        flex-direction: column;
        padding: 0 2em;
        gap: 2em;
        padding: 0 20em;
    }
}