body {
  margin: 0;
  font-family: Arial;
  background: #F5F1E8;
}

.nav {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #0B1F3A;
  color: white;
}

.nav a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
}

.hero {
  height: 80vh;
  background: #0B1F3A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.overlay {
  max-width: 700px;
}

.btn {
  background: #C8A96A;
  padding: 10px 20px;
  margin: 5px;
  display: inline-block;
}

.outline {
  background: none;
  border: 1px solid #C8A96A;
}

.section {
  padding: 50px;
  text-align: center;
}

.grid {
  display: flex;
  justify-content: center;
  gap: 30px;
}

footer {
  text-align: center;
  padding: 20px;
  background: #0B1F3A;
  color: white;
}

.hero {
  height: 90vh;
  background: url('../assets/hero.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero .overlay {
  background: rgba(11, 31, 58, 0.65);
  color: white;
  padding: 40px;
  margin-left: 5%;
  border-radius: 10px;
}