#notificationBar {
    display: none !important;
}

<style>
  .image-container {
    display: flex;
    justify-content: center; /* Adjust as needed */
    align-items: center; /* Adjust as needed */
  }
  .image-container img {
    margin: 0 10px; /* Adjust the margin as needed to space the images */
  }
</style>
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$! [R=301,L]


