.h2 {
    font-size: large;
    margin: 0 25px;
    text-align: center;
}
.skills {
    padding: 15px 20px;
    color: rgb(22, 31, 30);
    background-color: rgb(237, 228, 154);
}
.tech-skills {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}
.abilitiesrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.abilitiesrow img{
    margin-right: 10px;
}
progress {
    appearance: none;
    height: 8px;
}
progress::-webkit-progress-bar {
    background-color: rgb(198, 160, 2);
    border-radius: 20px;
}
progress::-webkit-progress-value {
    background-color: rgb(22, 31, 30);
    border-radius: 20px;
}