* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

html {
  font-size: 10px;
}

#body-container {
  max-width: 1300px;
  margin: 0 auto;
}

#hero-section {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
}

.hero-image {
  width: 50%;
}

.bh1 {
  font-size: 4.2rem;
  margin-bottom: 1.6rem;
}

.description {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}

.start-section {
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
