/*
Theme Name: Minimales Theme
Theme URI: https://example.com
Author: Dein Name
Description: Ein minimalistisches Theme für WordPress
Version: 1.0
*/

body {
    margin: 0;
}

footer {
    background-color: #fff;
    font-family: Lato, Arial, sans-serif;
    font-size: 1rem;
}

footer ul {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;

    list-style: none;
    padding: 0;
    margin: 0;
}

footer a {
    color: #000;
    display: block;
    text-decoration: none;
    padding: 0.5rem;
}
