.text-gradient {
	background-image: linear-gradient(45deg, #6c8998 25%, #007eb1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.dewey
{
	display: block;
	height: 50px;

	position: absolute;

	top: 140;
	left: 45%;
}

.dewey_waiting
{
	display: block;
	height: 150px;

	position: absolute;

	bottom: 0;
	right: 1%;
}

.dewey_happy
{
	display: block;
	height: 300px;

	position: absolute;

	bottom: 0;
	right: -3%;
}

.swal2-styled.swal2-confirm {
	border: 0;
	border-radius: .25em;
	background: initial;
	  background-color: initial;
	background-color: #1d58e1;
	color: #fff;
	font-size: 1em;
}