h1{
    color: #050400;
}


a{
    color: #FFD95A;
    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;
}


p{
    color: #1B0C0C;
    
}


