
.skills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.skills li {
    background-color: #00796b;
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
}