/*
 * Theme Name: MyWki Enfant
 * Template: mywiki
*/

  /* Style for the notification banner */
  .notification-banner {
    background-color: #e74e24;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
  }

#logo > p > span{
font-family: 'Dancing Script', cursive;
}

#footer{
background-color:#eee !important;
}

.footer-logo img {
    max-width: 150px; /* Adjust size as needed */
    height: auto;
}

.footer-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}
