/*
Theme Name: Mein Minimal Theme
Theme URI: https://famhir.com/
Author: Dein Name
Description: Ein einfaches, minimalistisches WordPress-Theme ohne Menü oder Sidebar.
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    background-color: #F0F0F0;
}

.container {
    max-width: 800px;
    margin: 100px auto;
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}