
footer{
    text-align: center;
    color: #0d5079cc;
    font-size: 12px;
    padding-bottom: 30px;
}

footer small{

}

footer small span{

}

footer small p{
    margin: 0px;
}

footer a{
    text-decoration: none;
    color: #0d5079cc;
    font-size: 14px;
    transition: .5s;
}


footer a:hover{
    color: #0d5079;
    font-size: 15px;
    transition: 0.7s;
}

footer a strong{

}

footer a svg{
    width: 20px;
    
}