@font-face {
    font-family: Tajawal;
    src: url('fonts/Tajawal/Tajawal-Regular.ttf');
}

body {
    font-family: Tajawal;
}

.logo {
    height: 250px;
    width: 250px;
    margin: auto;
}

.main-container {
    display: grid;
    justify-content: center;
    align-items: center;
    direction: rtl;
}

.main-container a {
    border-radius: 10px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration: none;
    padding: 20px 0;
}

.main-container a h3 {
    margin: 0 20px;
}

.main-container h2 {
    text-align: center;
    color: grey;
}

/* Fotter Container Style*/
.footer-container {
    display: grid;
    justify-content: center;
    align-items: center;
    direction: rtl;
    text-align: center;
}

.footer-container h3 {
    color: gray;
}

@media screen and (max-width: 756px) {
    
}
