body {
    background: url("https://www.transparenttextures.com/patterns/aged-paper.png");
    background-color: #f8f5f0;
    color: #222;
    font-family: 'Noto Nastaliq Urdu', serif;
    direction: rtl;
    text-align: right;
    line-height: 2.2;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #5a2d82;
    border-bottom: 2px solid #e0d8f0;
    padding-bottom: 6px;
}

.poem {
    font-size: 22px;
    margin-bottom: 30px;
    color: #222;
}

hr {
    border: none;
    height: 1px;
    background: #2a4424;
    margin: 40px 0;
}

a {
    list-style: none;
    text-decoration: none;
    color: inherit; 
}


a:hover,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
}

