/* Make the page wider */
.container {
  max-width: 1300px; /* or 100% for full width */
  width: 100%;
}

/* If you want the header content also wider */
header .container {
  max-width: 1300px; /* match the above */
  width: 100%;
}
