body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    color: #333;
    background-image: url('Imgages/main page.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    text-align: center;
    color: #2c3e50;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
}


.title-marathi {
    font-size: 1.2em;
    color: #555;
    margin-top: 10px;
}

.adhyay-list {
    max-width: 800px;
    margin: 20px auto;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.adhyay {
    margin: 10px 0;
}

.adhyay a {
    text-decoration: none;
    color: #16a085;
    font-weight: bold;
}

.adhyay a:hover {
    text-decoration: underline;
}

.adhyay .marathi {
    font-style: italic;
    color: #555;
}

footer {
    text-align: center;
    margin-top: 20px;
    color: #888;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}

.space {
    padding-bottom: 50px;
}