line {
	stroke: deeppink;
	stroke-width: 12;
	stroke-linecap: round;
}
line:nth-of-type(2n) {
	stroke: red;
}
line:nth-of-type(3n) {
	stroke: orange;
}
line:nth-of-type(4n) {
	stroke: yellow;
}
line:nth-of-type(5n) {
	stroke: lime;
}
line:nth-of-type(6n) {
	stroke: cyan;
}
line:nth-of-type(7n) {
	stroke: blue;
}
line:nth-of-type(8n) {
	stroke: violet;
}
line:first-of-type {
	z-index: 10;
}
line.n60160 {
	display: none;
}
line:nth-last-child(1 of .n60160) {
	display: block;
}
body {
	margin: 0;
	padding: 0;
	height: 90dvh;
	display: grid;
	background: hsl(348, 83%, 11%);
}
p {
	margin: auto;
}
svg {
	height: 80dvmin;
}