:root {
	--rainbow: linear-gradient(in hsl longer hue 45deg, red 0 100%);
}

.nex {
	background: var(--rainbow);
	transition-duration: 1s;
	opacity: 10%;
	/* top: 0; */
	/* position: fixed; */
	/* width: 100%; */
	color: rgba(0, 0, 0, 0);
	text-align: center;
	font-size: 10px;
	min-width: 50px;
	transition-delay: 1s;
}
.nex:hover {
	opacity: 50%;
	font-size: 20px;
	transition-delay: 0s;
	border-radius: 20px;
}
pre {
	color: #b4befeb0;
	transition-duration: 0.5s;
	font-family: 'Courier New', monospace;
}
pre:hover {
	color: #b4befe;
	opacity: 100;
}
body {
	background-color: #181825;
	text-align: center;
	font-family: 'Courier New', monospace;
}
a {
	color: #313244;
	text-decoration: none;
}

a:hover {
	color: #45475a;
	text-decoration: underline;
}
