/*
Theme Name: AIBITEC Theme
Theme URI: https://aibitec.de
Author: Philipp Beitz
Author URI: https://aibitec.de
Description: Individuelles WordPress-Theme für die AIBITEC-Webseite.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: aibitec-theme
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f8fafc;
    color: #1f2937;
}

.site-header,
.site-footer {
    background: #111827;
    color: #ffffff;
    padding: 20px;
}

.site-main {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

a {
    color: #2563eb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
