body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #12312c;
  background: #effcf8;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 18px 48px;
  background: #f8fffd;
  border-bottom: 1px solid #cdebe4;
}

.brand {
  font-weight: 900;
  color: #087b70;
  font-size: 20px;
}

nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #5e756f;
  font-weight: 700;
}

main {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  padding: 80px 0 44px;
}
