@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);
    direction: unset;
}
body {
   background-color:rgb(240,248,255);
   direction: unset;
}
h1 {
    font-size: 2rem;
    direction: unset;
    text-align: center;
    justify-content: center;
}
p {
    text-align: center;
    justify-content: center;
    direction: rtl;
   
}
bold {
    font-weight: bold;
}
a 
{
    color: rgb(75, 115, 170);
    direction: ltr;
    
}
hr , footer {
    background-color:  rgb(55, 115, 170);
    text-align: center;
    justify-content: center;
    direction: rtl;
}