/* html{
    position: relative;
    z-index: -1;
    background-color: #3b4664;
} */

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body{
    position: relative;
    z-index: 1;
    background: url('/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 99vw;
}


label span{
    color: red;
}
center img{
    background-color: white;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 10px;
}

p{
    color: white;
    font-weight: bold;
}

.card {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.card {
}

.card p {
    color: #323366;
}



#closed {
    background-color: rgba(255, 255, 255, 0.507);
}


#closed h1 {
    font-size: 28px;
    background-color: #323366;
    padding: 1rem;
    border-radius: 18px;
}


#daleel{
    width: 130px;
    text-align: center;
    background-color: #EBBEB9;
    color:white;
}
footer .social-icons {
    width: 100%;
    background-color: white;
    max-width: 220px;
    border-radius: 50px;
}

.social-icons .icon{
    max-width: 28px;
    width: 100%;
}



@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .card {

    }

    .card img{
        max-width: 150px;
    }

    .card h1{
        font-size: 0.7rem;
    }

    .card p{
        font-size: 0.7rem;
    }

    #closed h1 {
        font-size: 0.9rem;
        padding: 1rem;
        border-radius: 18px;
    }
}