body {
  font-family: verdana,sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.navbar {
  background-color: #404040;
  padding: 10px 0;
  width: 100%;
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.header-banner {
  background-color: #f1f1f1;
  background-image: url(../img/ea-header-front-background-fish.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header-banner .banner-content {
  max-width: 1200px;
  margin:0 auto;
}

main {
  max-width: 1200px;
  margin: 0 auto 2em;
  display: flex;
  flex-direction: row;
}
