body {
  margin: 0;
  font-family: "Hiragino Sans", sans-serif;
  color: #333;
}

header {
  background: #003366;
  color: white;
  padding: 15px 0;
}

header .container {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  color: white;
  margin-left: 20px;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  background: url("assets/company.jpg") center/cover no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 0 0 10px black;
}

.section {
  width: 90%;
  margin: 50px auto;
}

form input, form textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
}

button {
  padding: 10px 20px;
  background: #003366;
  color: white;
  border: none;
  cursor: pointer;
}
