*{    
    height: auto;
    margin: auto;
    box-sizing: border-box;
    z-index: 1;

}
.footer{
    width: 100%;
    max-width: 1680px;
    height: 40px;
    background: #143470;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
}
.footer p{
    width: 90%;
    margin: auto;
    font-family: sans-serif;
    font-size: 1.2rem;    
    text-align: center;
    color: #fff;
    padding: 2px 40px;
    
}
@media (min-width:0) and (max-width: 720px){
    .footer p{
        width: 100%;
        height: auto;
        margin: auto;
        padding: 0;
        font-size: 0.9rem;
    }
}