/* CSS für Park Reminder */

body {
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
    line-height: 1.5;
    font-size: 18px;
    color: #333;
    padding: 2vw;
}

h1 {
    background-color: #ffffff;
    line-height: 1.2;
    font-size: 32px;
    color: #333;
}

h2 {
    background-color: #ffffff;
    line-height: 1.2;
    font-size: 24px;
    color: #333;
}
