﻿
body {
    font-family: "Segoe UI", Arial, sans-serif;
    color: #333;
    background-color: #fafafa;
    line-height: 1.7;
    margin: 40px auto;
    max-width: 900px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 1.8em;
    color: #1a3c6b;
    margin-bottom: 15px;
    border-bottom: 2px solid #1a3c6b;
    padding-bottom: 10px;
}

h2 {
    font-size: 1.2em;
    color: #2c5282;
    margin-top: 25px;
    margin-bottom: 10px;
}

p {
    text-align: justify;
    margin-bottom: 10px;
}

.logo {
    margin: 20px 0 30px 0;
    height: 55px;
    width: 160px;
    background-image: url("../images/logo_gier.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
