.Header__header {
  background-color: #461d7c !important; /* Dark blue background */
  color: #461d7c !important;              /* White text */
  padding: 20px;
  text-align: center;
}

.Header__name  {
  background-color: #461d7c !important; /* Dark blue background */
  color: #461d7c !important;              /* White text */
  padding: 20px;
  text-align: center;
}

.Header__navbar {
  background-color: #461d7c !important; /* Dark blue background */
  color: #461d7c !important;              /* White text */
  padding: 20px;
  text-align: center;
}

.Header__logo {
  width: 100%; !important;  
  height: 100%; !important;  
  text-align: center;
}

.Header__logo img {
  max-width: 1000px; /* adjust as needed */
  height: auto;

}
