@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');
* {
    font-family: "Baloo Bhaijaan 2", sans-serif;
    font-size: 1rem;
    background-color:rgb(240,248,255);
    color: rgb(75, 115, 170);
}
body {
   background-color:rgb(240,248,255);
}
h1 {
    direction: unset;
    text-align: center;
    justify-content: center;
}
h2 {
    direction: unset;
    text-align: center;
    justify-content: center;
}
h4 {
    direction: rtl;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border-right: 4px solid rgb(55, 115, 170);
    border-radius: 0 1rem 1rem 0;
    padding: 0.5rem 1rem;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
    background-color: rgb(240, 248, 255);
}
h4:hover {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.2);
}
h4 span {
    font-weight: bold;
    background-color: rgb(197, 221, 242);
}
.card {
    display: flex;
    width: fit-content;
    flex-wrap: wrap;
    border:solid;
    border-radius: 1rem;
    text-align:center;
    justify-content:center;
    direction: rtl;
}
footer {
    margin-top: 2rem;
    padding: 1rem;
    background-color: rgb(240, 248, 255);
    border-top: 2px solid rgb(55, 115, 170);
    text-align: right;
    direction: rtl;
}
footer p {
    margin: 0.5rem 0;
    font-size: 0.9rem;
}
footer a.footer-link {
    color: rgb(75, 115, 170);
    text-decoration: underline;
    font-style: oblique;
    font-weight: bold;
}
