/* Simple modern CSS for the placeholder page */
body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('horribleHabsburger.jpg') no-repeat center center fixed; background-size: cover;
    color: #fff;
    line-height: 1.6;
}
header, footer {
    background: #004466;
    color: #fff;
    padding: 1rem;
    text-align: center;
}
main {
    padding: 2rem;
    max-width: 800px;
    margin: auto;
}
.hero {
    background: #e0f7fa;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 2rem;
}
.hero h2 {
    margin-top: 0;
    color: #006064;
}
.info {
    font-size: 1.1rem;
    text-align: center;
}
