header {
  background-color: blue;  /* Makes the header background blue */
  color: white;            /* Optional: makes the text readable on blue */
  padding: 20px;           /* Optional: adds some space inside the header */
  text-align: center;      /* Optional: centers the text */
}
