body {
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #f7f9fc;
    color: #333;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
    direction: rtl; /* Set the text direction to RTL */
    text-align: right; /* Align text to the right */
}

h1, h2 {
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: right;
}

p {
    font-size: 1.2em;
    margin: 20px 0;
    text-align: right; /* Align paragraph text to the right */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

a {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #3498db;
    color: white;
    margin: 10px;
    display: inline-block;
    text-align: center;
}

a:hover {
    background-color: #2980b9;
}
