@charset "UTF-8";

/* Special color */
.colors .c {
	background-color: #E1F4F5;
	width: 21px;
	height: 100%;
	border-radius: 0px;
	cursor: pointer;
	margin-top: 0px;
}
/* Background */
.gradient {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: -5;
	opacity: 1;
	top: 0px;
	background-color: #E1F4F5;
	transition: ease 1s;
}
