
header {
    background-color: black;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px black;
    }
    
    header h1 {
    font-size: 2rem;
    color: #00ffd1;
    }
    
    nav a {
    margin-left: 1.5rem;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
    }
    
    nav a:hover {
    color: #00ffd1;
    }
    .imgh{
        width: 100px; /* عرض عکس */
        height: auto; /* حفظ نسبت تصویر */
        margin-right: 20px;
    }
    footer {
        background-color: #000;
        text-align: center;
        padding: 1rem;
        font-size: 0.9rem;
        color: #888;
        }