body{
    margin: 0;
    padding: 0;
    background-color: rgba(39, 37, 39, 1);
    font-family: myFirstFont, Arial, sans-serif;
    color: white;
}

a{
    text-decoration: none;
}





.delet_bt{
    cursor: pointer;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
}


tr:hover{
    background-color: rgba(41, 40, 40, 0.452);
}



@font-face {
    font-family: myFirstFont;
    src: url(air-arabia-1.ttf);
    /* font-weight: bold; */
}


@font-face {
    font-family: myFont2;
    src: url(19304-alqabas-bold.ttf);
    /* font-weight: bold; */
}






