body {
    font-family: tahoma;
    margin: 0;
    background-color: #f4f4f4; /* &#1585;&#1606;&#1711; &#1662;&#1587;&#8204;&#1586;&#1605;&#1740;&#1606;&#1607; &#1662;&#1740;&#1588;&#8204;&#1601;&#1585;&#1590; */
    background-image: url('your-beautiful-background.jpg'); /* &#1570;&#1583;&#1585;&#1587; &#1578;&#1589;&#1608;&#1740;&#1585; &#1662;&#1587;&#8204;&#1586;&#1605;&#1740;&#1606;&#1607; &#1585;&#1575; &#1575;&#1740;&#1606;&#1580;&#1575; &#1602;&#1585;&#1575;&#1585; &#1583;&#1607;&#1740;&#1583; */
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #333;
    direction: rtl; /* &#1585;&#1575;&#1587;&#1578; &#1576;&#1607; &#1670;&#1662; &#1576;&#1585;&#1575;&#1740; &#1601;&#1575;&#1585;&#1587;&#1740; */
}

.container {
    background-color: rgba(255, 255, 255, 0.9); /* &#1662;&#1587;&#8204;&#1586;&#1605;&#1740;&#1606;&#1607; &#1606;&#1740;&#1605;&#1607;&#8204;&#1588;&#1601;&#1575;&#1601; &#1576;&#1585;&#1575;&#1740; &#1605;&#1581;&#1578;&#1608;&#1575; */
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    width: 80%;
    max-width: 600px;
}

header h1 {
    color: #007bff; /* &#1585;&#1606;&#1711; &#1593;&#1606;&#1608;&#1575;&#1606; &#1587;&#1575;&#1740;&#1578; */
    margin-bottom: 5px;
}

header .site-url {
    color: #6c757d; /* &#1585;&#1606;&#1711; &#1570;&#1583;&#1585;&#1587; &#1587;&#1575;&#1740;&#1578; */
    font-size: 0.9em;
}

.content {
    margin-top: 30px;
}

.content h2 {
    color: #dc3545; /* &#1585;&#1606;&#1711; &#1593;&#1606;&#1608;&#1575;&#1606; &#1576;&#1585;&#1608;&#1586;&#1585;&#1587;&#1575;&#1606;&#1740; */
    margin-bottom: 10px;
}

.content p {
    line-height: 1.6;
    margin-bottom: 15px;
}

footer {
    margin-top: 30px;
    color: #6c757d;
    font-size: 0.8em;
}