:root {
  --br-surface: #ffffff;
  --br-surface-2: #f7faff;
  --br-border: #e6ecf5;
  --br-text: #1f2533;
  --br-blue: #4c8dff;
  --br-green: #1fc77a;
  --br-orange: #ff8a3d;
  --br-red: #ea445a;
  --br-accent: linear-gradient(90deg, var(--br-blue) 0%, var(--br-green) 100%);
  --br-radius: 16px;
}

body.winter {
  background: linear-gradient(0deg, #c7fff9 31%, #3d93da 100%);
}
body::before {
  background-image: var(--welcome-canyon-image, url(https://cdn.brainring.co.uk/public/images/background/autumn/bg_canyon.svg));
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.competition__item:hover, .competition__item:active, .competition__item:focus {
  background: rgba(255, 211, 25, 0.5);
}

@media screen and (max-width: 900px) {
  .competition__item:hover, .competition__item:active, .competition__item:focus {
    background: rgba(255, 211, 25, 0.5);
  }
}
