#start-overlay {
  background: #f8f6ec !important;
}

#start-overlay .overlay-bg-canvas {
  z-index: 0 !important;
  filter: saturate(1.05) !important;
}

#start-overlay > *:not(.overlay-bg-canvas) {
  position: relative !important;
  z-index: 1 !important;
}

#start-overlay p {
  color: #1a1a1a !important;
  text-shadow: none !important;
}

#start-button {
  border: 0 !important;
  background: linear-gradient(120deg, #1e8fa4 0%, #42aebf 52%, #c9e2e8 100%) !important;
  background-clip: border-box !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28) !important;
  box-shadow: 0 18px 38px rgba(30, 143, 164, 0.28) !important;
  overflow: hidden !important;
}

#start-button:hover {
  box-shadow: 0 24px 50px rgba(30, 143, 164, 0.34) !important;
}
