   footer{
          font-family:'Cinzel';
        width: 100%;
        /* padding: 20px auto; */
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f5f5f7;
        /*position:relative;*/
        /*z-index:9999;*/
    }
    footer p{
        font-size:16px;
        margin: 0;
    }
    @media (max-width:576px) {
        footer>p{
            text-align:center;
            font-size:14px!important;
        }
    }
    
    