html {
	height: 100%;
}
body {
	background: rgb(237,215,175);
	background: linear-gradient(180deg, rgba(237,215,175,1) 0%, rgba(255,255,255,1) 100%) !important;
	height: 100%;
}

.button {
	letter-spacing: 1px;
	border-style: none;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
	/* margin: 0.5em 0 auto; */
	margin: auto;
	padding: 0px 84px 12px 83px;
	background-color: #428647;
        color: #ffffff;
	border-radius: 4px;
}



label {
	display: block;
}

input[type=range] {
	width: 300px;
}
