section {
  font-family: sans-serif;
}

.hero {
  background: url('Backgrounds/IMG_0979.jpg') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}

.hero h1 {
  font-size: 3em;
  margin: 0 0 10px;
}

.hero p {
  font-size: 1.5em;
  margin-bottom: 30px;
}

.hero a {
  padding: 10px 20px;
  background-color: #ff7f50;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.outlined-text {
  color: white;
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}

.section {
  padding: 30px 20px;
  max-width: 1000px;
  margin: auto;
}

section h2 {
  font-size: 1.8em;
}

section h3 {
  font-size: 1.4em;
}

section p, section li {
  font-size: 1.3em;
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.two-column div {
  flex: 1;
  min-width: 280px;
}

.why-us {
  display: flex;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
}

.why-box {
  flex: 1;
  min-width: 200px;
  padding: 20px;
}

.why-box h3 {
  margin-top: 10px;
  color: #000;
}

.experience ul {
  list-style: none;
  padding: 0;
}

.experience li::before {
  content: '✔';
  margin-right: 10px;
  color: #4CAF50;
}

.cta {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.cta a {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background-color: #ff7f50;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
