body{
	background-color: #f7d8ba;
}

.color-light{
	background-color: #fef8dd;
}

.color-dark{
	background-color: #f7d8ba;
}

.list-icon{
	font-size: 20px;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.list-icon:hover{
	transform: rotate(360deg);
}

.loader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgb(0, 0, 0, 0.5);
	text-align: center;
	align-content: center;
}