/* Genel Ana İçerik Stili */
.main-content {
    padding: 20px;
    max-width: 800px;
    margin: 40px auto 0 auto; /* Üstte 40px boşluk ekler */
}

/* Sözleşme Bölümü Stilleri */
.sozlesmeler-section {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sozlesmeler-section h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

.sozlesmeler-section p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

/* Liste Stilleri */
.sozlesmeler-section ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.sozlesmeler-section ul li {
    margin-bottom: 8px;
    font-size: 1em;
    line-height: 1.6;
    color: #555;
}
