﻿.footer-custom {
    font-size: 16px;
    height: 50px;
    background-image: linear-gradient(to right,#2476a5,#40a8d1);
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 10;
    bottom: 0;
    border-top: 1px solid #fff;
}

    .footer-custom p {
        font-size: 13px;
        margin: 15px 0;
    }
    
    .footer-custom a {
        cursor: pointer;
    }
