.footer {
    position: relative;
    font-size:20px ;
    font-family: 'Nexa', sans-serif;
    background: #01465b;
    color: white;
    text-align: center;
    padding:1%;
    z-index: 9999;
}
@media (max-width: 1300px) {
    .footer {
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-self: center;
        padding: 0px;
    }
}
@media (max-width: 1024px) {
    .footer {
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-self: center;
        padding: 10px;
    }
}