:root {
	--dark: #222831;
	--primary: #B3005E;
	--primary-light: #E90064;
	--light: #FF5F9E;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--dark);
}

#sunset {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(34, 40, 49, 0.3) 0%, rgba(34, 40, 49, 0.8) 40%, rgba(179, 0, 94, 0.9) 55%, rgba(233, 0, 100, 0.8) 70%, rgba(34, 40, 49, 0) 100%);
}

#sun {
	position: absolute;
	top: 10%;
	left: 0.6%;
	width: 100%;
	height: 50%;
	background: radial-gradient(circle, rgba(255, 95, 158, .8) 0%, rgba(255, 95, 158, .8) 20%, rgba(255, 95, 158, 0) 22%, rgba(252, 70, 107, 0) 100%);
}

#canvas {
	position: relative;
}