@font-face {
            src: url("../font/ft.otf") format("truetype");
            font-family: ft;
             /* تأكد من تعديل المسار إذا كان اسم المجلد الذي أنشأته في الخطوة 2 يختلف */
        }
*
{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    /* font-size: 25px; */
    /* font-family: Arial, Helvetica, sans-serif; */
    /*font-family: Arial, sans-serif;*/
        font-family: ft;

}
:root
{
        --body-color: white;
--sidebar-color: rgb(195, 224, 255);
--primary-color: rgb(160, 204, 255);
--primary-color-light: rgb(0, 119, 255);
--text-color: black;
--toggle-color: #4267B2;


    
}
.head
{
    width: 100%;
    height: 70px;
    line-height: 60px;
    text-align: center;
    background-color: var(--sidebar-color);
}

.input-group
{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.h-100 a
{
    text-decoration: none;
}
.card-text
{
    width: 100%;
    height: 25px;
    cursor: pointer;
    text-align: center;
}

.card-title
{
    text-align: right;
}

.card-img-top
{
    height: 250px;
    overflow: hidden;
}

.php-img
{
    width: 450px;
    height: 450px;
    
}
.php-h1
{
    width: 100%;
    text-align: center;
}

.php-des
{
    width: 100%;
    text-align: right;
}