* {
    box-sizing: border-box;
}
body {
    font-family: 'Vazir', Vazir, Tahoma, Arial, sans-serif !important;
    position: relative;
}

.title > h1 {
    padding: 40px;
    font-size: 54px;
    text-align: center;
}

.sub-title {
    font-size: 18px;
    color: #721c24;
}

.home-card {
    background-color: rgba(255,255,255,.9) !important;
}

