/* Header styles */
.header {
  background-color: #fb0002; /* Change the background color as needed */
  color: #fff; /* Change the text color as needed */
  padding: 20px; /* Adjust padding as needed */
  text-align: center;
}

.header img {
  width: 100px; /* Adjust the image width as needed */
  height: auto; /* Maintain aspect ratio */
  margin-bottom: 10px; /* Adjust margin as needed */
}

.header h1 {
  font-size: 24px; /* Adjust font size as needed */
  margin: 0; /* Remove default margin */
}
