footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: auto;
    flex-wrap: wrap;
}

footer p {
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 1rem;
}

@media (max-width: 600px) {
    footer p {
        font-size: 0.8rem;
        padding: 5px;
    }
}
