:root {
  --primary: rgba(242, 250, 95, 0.8);;
  --primary-text: #1a1a1a;
  --secondary: rgba(255, 96, 96, 0.8);
  --secondary-text: #ffffff;
  --accent: #505050;
  --accent-text: rgba(255, 255, 255, 0.8);
}

@keyframes gradation {
	0%,100% {
		background-position: 0%;
	}
	50% {
		background-position: 100%;
	}
}