body {
    font-family: 'Inter', sans-serif;
    background-color: #f4f7f6;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

header {
    background-color: #1a73e8; /* Główny kolor JagOne */
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    margin: -20px -20px 20px -20px;
}

header h1 {
    margin: 0;
    font-size: 1.8rem;
}

.header-logo-link {
    color: white;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
}

.header-logo-link:hover {
    text-decoration: underline;
}

.regulamin-title {
    color: #1a73e8;
    border-bottom: 3px solid #1a73e8;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}

h3 {
    color: #0d47a1;
    margin-top: 25px;
    font-weight: 600;
}

ol, ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

.back-link {
    display: block;
    margin-top: 30px;
    font-size: 1.1rem;
    text-align: center;
}