.mashed-potatoes-container {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0;
	background-color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
}

.mashed-potatoes-container canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.mashed-potatoes-text {
	color: black;
	line-height: 0.55;
	text-align: left;
	position: absolute;
	left: -40px;
	top: 50%;
	z-index: 20;
	margin: 0;
	pointer-events: none;
	font-weight: 700;
	text-transform: uppercase;
	width: calc(100% + 80px);
	font-family: 'Space Mono', monospace;
}