/* ANCHOR header  */

#header-link::after{
    display: none;
}




/* ANCHOR footer  */
#footer-icon{
    margin-right: 1rem;
}

#footer-block{
   width: 50%;
}


@media screen and (max-width:600px) {
    #header-text{
        display: none;
    }

    #footer-block{
        width: 100%;
     }
}
