footer{
    background-color: white;
    color: rgb(122, 122, 122);
    padding-top: 5vh;
    padding-bottom: 5vh;
    position: relative;
    z-index: 100;
}

footer a{
    color: rgb(122, 122, 122);
}

footer a:hover{
    color: rgb(82, 82, 82);
    text-decoration: none;
}

footer h6{
    color:#b91d2a;
}

.fb{
    border-right: 1px solid rgba(179, 177, 177, 0.364) !important;
    padding-left: 50px !important;
}

.fbl{
    padding-left: 50px !important;
}


footer i{
    color: #b1011e;
}