main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}

#header-page {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 52px 40px;
  color: white;
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}