body {
    font-family: 'Vazir', sans-serif;
}

header {
    background-image: url('header-bg.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}

.logo {
    width: 150px;
    height: auto;
}

h1, h2, p {
    direction: rtl;
    text-align: right;
}

.card-title, .card-text {
    direction: rtl;
    text-align: right;
}

.card-header {
    font-weight: bold;
}

footer {
    direction: rtl;
}
