
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #222;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.logo {
    height: 90px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
}

nav ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    text-decoration: underline;
}

.hero {
    text-align: center;
    padding: 100px 20px;
    background-color: #f2f2f2;
}

.hero h1 {
    color: #e65100;
    font-size: 36px;
    margin-bottom: 10px;
}

.content {
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
}

footer {
    text-align: center;
    background-color: #f2f2f2;
    color: #000;
    padding: 15px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

.hero {
    background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
                url('hero.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 120px 20px;
}
.hero h1 {
    font-size: 42px;
    color: #fff;
}
.hero p {
    font-size: 20px;
    color: #ddd;
}

.content {
    padding: 100px 20px;
    max-width: 900px;
    margin: 0 auto;
    color: white;
    text-shadow: 0 1px 2px black;
}

.oferty-bg {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('oferty.jpg') center/cover no-repeat;
}

.onas-bg {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('onas.jpg') center/cover no-repeat;
}

.rekrutacja-bg {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('rekrutacja.jpg') center/cover no-repeat;
}

.kontakt-bg {
    background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
                url('kontakt.jpg') center/cover no-repeat;
}
