/* style.css */

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

.hero {
  background-image: url("images/hero.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

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

.hero h2 {
  font-size: 2em;
}

.about,
.why-choose,
.services,
.contact,
.skydown,
.history {
  padding: 50px;
}

.about p {
  font-size: 1.2em;
  line-height: 1.5;
}

.why-choose h2 {
  margin-bottom
