:root {
    --primary_color: #fff;
    --primary_blue: #477cbd;
    --primary_tiffany_blue: #3ea7a8;
    --gradient_color: linear-gradient(180deg, #00272b 0%, #477cbd 50%, #3ea7a8 70%);
}

:root {
    --ar-font: 'madaniarabic-extralight';
    --en-font: 'madaniarabic-extralight';
}

body {
    background: var(--gradient_color);
}

main {
    min-height: 70vh;
}

footer{
    background: #fff;
}

img#CardImage {
    max-height: 550px;
    width: auto !important;
}