body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333;
}

header {
  padding: 20px;
  text-align: center;
  background-color: #f0f0f0;
}

h1 {
  font-size: 2em;
  margin-bottom: 0;
}

main {
  padding: 20px;
}

section {
  margin-bottom: 20px;
}

.hero {
  background-color: #eee;
  padding: 20px;
  text-align: center;
  position: relative;
}

.hero h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2em;
  line-height: 1.5;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: justify;
}

.about,
.our-product,
.contact,
.behind-scenes {
  background-color: #f8f8f8;
  padding: 20px;
}

.about h2,
.our-product h2,
.contact h2,
.behind-scenes h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}

.about p,
.our-product p,
.contact p,
.behind-scenes p {
  font-size: 1em;
  line-height: 1.5;
}

.our-product h3,
.our-product h4 {
  margin
