/* الخلفية */

body{

background:
#111827!important;

color:
white!important;

}


/* الهيدر */

header,
nav{

background:
#0f172a!important;

}


/* النصوص */

h1,
h2,
h3,
p,
span{

color:
white!important;

}


/* الكروت */

div{

border-radius:
12px;

}


/* الأقسام */

section{

background:
#111827;

}


/* الصور */

img{

border-radius:
12px;

}


/* المدخلات */

input,
textarea{

background:
#1f2937!important;

color:
white!important;

border:
1px solid #374151;

}


/* الفوتر */

footer{

background:
#020617!important;

}