/* SocialneSluzbyStyle.css */

/* Page wrapper */
.page {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #ececec;
    padding: 20px;
}

/* Centered content */
.page .content {
    max-width: 900px;
    margin: 0 auto;
}

/* Main title */
.page h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 10px;
}

/* Section titles */
.page h2 {
    font-size: 1.8rem;
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* Divider */
.page hr {
    border: 0;
    height: 2px;
    background-color: #ccc;
    margin-bottom: 20px;
}

/* Paragraphs */
.page p {
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Lists */
.page ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.page ul li {
    margin-bottom: 6px;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 600px) {
    .page {
        padding: 15px;
    }

    .page h1 {
        font-size: 2rem;
    }

    .page h2 {
        font-size: 1.5rem;
    }
}
