/* first header section */
.social-media-icons>li>a:hover{
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    transform: rotateZ(360deg);
    box-shadow: 0px 0px 23px 0px rgba(255,255,255,0.75);
}

.social-media-icons>li>a:hover.bg-prop-for-icon{
    background-size: 1.7rem;
}
.social-media-icons>li>a:hover.fcb {
    background-size: 1.1rem;
}
/* third header section */
.nav-bar>ul>li>a:hover{
    background-color: rgb(217, 137, 137);
}
.nav-bar>ul>li>a:focus{
    background-color: red;
    color: var(--black);
    font-weight: 600;
}
