/* Add custom CSS styles below */ 
/* استبدال الصورة داخل اللوجو */
.navbar-brand img.logo-dark {
  content: url("https://github.com/mastafaalaa707-code/videos/raw/main/Untitled%20design%20(1).gif");
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div.footer-bottom.flex.flex-col.lg\:flex-row.items-center.justify-between.py-4.gap-4 > span > p:before{
    content: "برمجة و تطوير | محتوى بلس  ";
    top: 0;
    font-size: 15px;
    color: white !important;
    margin-right: auto;
    margin-left: auto;
    display:block;
}