/*
 * Styles for the footer section
 */
footer {
    padding: 20px 0px;
}

footer ul {
    display: flex;
    text-transform: uppercase;
    list-style-type: none;
    font-size: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

footer ul a {
    font-size: 20px;
    margin: 0px 10px;
    color: white;
    text-decoration: none;
}

/* Poprawiono styl dla tekstu copyright */
p.center {
    font-size: 20px;
}