.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    background-color: #333;
    color: white;
}


@media screen and (min-width: 1020px) /* Desktop */ {
}

@media screen  and (max-width: 1019px) /* Tablet */ {
    .footer { font-size: 10px; }
}

@media screen and (max-width: 575px) /* Mobile */ {
}