:root {
  --desktop-width: 980px;
}

html {
  background-color: #151824;
}

.pointer {
  cursor: pointer;
}

.hover-accent:hover {
  color: #b8ff2c;
  transition: color 0.3s ease;
}

.relative {
  position: relative;
}

.z-100 {
  z-index: 100;
}
