h1{
    color: #cfd137;
}


a{
    color: #ffffff;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    font-size: 20px;
}


 

.socials {
    display: flex;
    justify-content: center; /* ناوەڕاست */
    gap: 40px; /* دووری نێوانیان */
    margin-top: 30px;
}

.item {
    text-align: center;
}



