
/*
Theme Name: Ljubo Fotografie
Theme URI: https://ljubofotografie.de
Author: Ante Ljubicic
Author URI: https://ljubofotografie.de
Description: A custom WordPress theme for Ljubo Fotografie, inspired by Art of Construction
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ljubofotografie
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

header {
    background-color: #333;
    color: white;
    padding: 1rem;
    text-align: center;
}

header a {
    color: white;
    text-decoration: none;
}

.hero {
    background: url('path_to_image') no-repeat center center/cover;
    color: white;
    padding: 5rem 1rem;
    text-align: center;
}

.services ul {
    list-style: none;
    padding: 0;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1rem 0;
}
