@import url(./reset.css);
body ::selection {
    background-color: rgb(196, 41, 66); /* لون الخلفية */
    color: white; /* لون النص */
}


footer .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer ul li a:hover{
    color: rgb(255, 0, 51);
}
footer p{
    text-align: center;
    color: grey;
}
