    /* Hero Header */
    header {
      background: #003366;
      color: white;
      padding: 15px 20px;
      text-align: center;
    }

    header nav a {
      margin: 0 15px;
      color: #cce0ff;
      text-decoration: none;
      font-weight: bold;
    }
