body {
    margin:0;
    font-family: Arial, sans-serif;
    background:#f4f4f4;
    color:#333;
}

.container {
    max-width:1100px;
    margin:auto;
    padding:20px;
}

header {
    background:#1f3a5f;
    color:white;
    padding:20px 0;
    text-align:center;
}

.hero {
    background:#2e5fa4;
    color:white;
    padding:60px 20px;
    text-align:center;
}

section {
    background:white;
    margin:20px 0;
    padding:30px;
    border-radius:5px;
}

h2 {
    color:#1f3a5f;
}

footer {
    background:#1f3a5f;
    color:white;
    text-align:center;
    padding:15px;
}

#kontakt {
    background:#f5f5f5;
    padding:30px;
    border-radius:8px;
    max-width:600px;
}

#kontakt h2 {
    margin-top:0;
}

#kontakt a {
    color:#0066cc;
    text-decoration:none;
}

#kontakt a:hover {
    text-decoration:underline;
}

