body {
	font-family: system-ui;
	background: #0d1212;
	color: #f6fdfd;
	text-align: center;
	padding: 0;
	margin: 0;
}

.current {
	color: #983df2;
}

h1 {
	font-size: 50px;
}

p {
	font-size: 25px;
}

.main {
	padding: 20px;
}

.pretty_input {
	font-size: 25px;
	width: 220px;
	height: 45px;
	border-radius: 10px;
	border: 0;
	margin: 10px;
	padding: 10px;
	background: #983df2;
	color: #f6fdfd;
}

#color_canvas {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#guessed_color_canvas {
	width: 50px;
	height: 50px;
	margin: auto;
	border: 1px solid white;
}

#error_tolerance {
	font-size: 25px;
	width: 220px;
	height: 45px;
	border-radius: 10px;
	border: 0;
	margin: 10px;
	padding: 10px 0 10px 0;
	background: #983df2;
	color: #f6fdfd;
}

a {
	font-size: 25px;
	color: #f6fdfd;
	text-decoration: none;
	transition: 0.25s;
	margin: 0 10px 0 10px;
}

a:hover {
	color: #983df2;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	background: #522a7a;
	width: 100%;
	height: 50px;
	box-shadow: 0 0 10px 0 #522a7a;
}
