.home-nav {
    text-decoration: none;
}

#new-url {
    background-color: rgb(248, 222, 241);
    padding: 12px;
    margin-top: 22px;
    border-radius: 15px;
}

#new-url:hover {
    /* ka mouse akaman xsta sari chi rubat */
    background-color: rgb(103, 64, 98);
    cursor: pointer;
    /* hemai dastaka acheta sari */
}

/* when I click new-url */
#new-url:active {
    border: 3px dotted rgb(225, 231, 231);
}

#new-url:active>i {
    background-color: rgb(147, 132, 149);
    /* change icon background color */
}