img.logo {
	position: absolute;
	filter: invert(1);
	z-index: 1111;
	max-width: 15rem;
	margin: 20rem 50% 50%;
	transform: translate(-50%, -50%);
}

.kode-mono {
	font-family: 'Kode Mono', monospace;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

div#title {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 80px;
	color: white;
	z-index: 1111;
	transform: translate(-50%, -50%);
	pointer-events: none;
	text-align: center;
}

.sub {
	font-size: 32px;
	margin-top: -32px;
}

#cursor {
	position: absolute;
	visibility: hidden;
	top: 0;
	width: 100px;
	height: 100px;
	outline: 7.5px solid rgb(255, 255, 255);
	transform: translate(50vw, 50vh);
	font-size: 1px;
	transition: all 2.5s linear;
}

#vectorCanvas {
	position: relative;
	width: 100%;
	height: 100%;
}

.vector {
	position: absolute;
	width: 20px;
	height: 2px;
	/* background-color: black; */
	transform-origin: 0% 50%;
}

#vectorField {
	position: relative;
	width: 100%;
	height: 100vh;
	/* filter: sepia(1) brightness(0.3) hue-rotate(141deg) saturate(6.5); */
	opacity: 0.7;
	overflow: hidden;
}

.vector {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: black;
	transform-origin: 0% 50%;
}
#vectorField canvas {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
