.quiz-section {
  padding: 60px 20px;
  background-image: url('images-map.png');
  background-color: var(--primary-color-dark);
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1200px;
  scroll-margin-top: 50px;
}
