.peg,
.wheelSVG {
	visibility: hidden;
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Montserrat, sans-serif;
}

.centerCircle,
.valueContainer,
.wheelOutline,
.wheelText {
	pointer-events: none;
}

body,
html {
	text-align: center;
}

button {
	position: relative;
	background-color: #e81d62;
}

.spinBtn {
	background: #466f3d;
	box-shadow: none;
}

body {
	background-color: #fff25a;
	overflow-x: hidden;
	overflow-y: visible;
}

body,
html {
	margin: 0;
	padding: 0;
}

#container {
	width: 100vw;
	padding-top: 30px;
}

.wheelContainer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	/* width: 100vw; */
	/* height: 100vh; */
}

.wheelSVG {
	position: relative;
	overflow: visible;
	height: 75vh;
}

.wheelText {
	text-anchor: start;
	font-family: Montserrat, sans-serif;
	-webkit-user-select: none;
	user-select: none;
}

.wheelText tspan {
	text-anchor: middle;
	letter-spacing: 2px;
}

.toast {
	border-radius: 12px;
	opacity: 0;
	background-color: #ff005a;
	position: absolute;
	overflow: hidden;
	color: #fff;
	font-family: Montserrat, sans-serif;
	max-width: 1000px;
	bottom: 12%;
}

.toast p {
	clear: both;
	font-family: Montserrat, Arial, sand-serif;
	margin: 23px;
	color: #ededed;
	letter-spacing: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 32px;
	-webkit-transition: line-height 0.2s ease;
	transition: line-height 0.2s ease;
}

.toast p,
.toast span {
	font-size: 2.3rem !important;
	line-height: 2.8rem !important;
}

button {
	position: relative;
	width: 60vw;
	/* top: 20px; */
	max-width: 400px;
	padding: 20px;
	font-weight: 700;
	font-size: 2rem;
	color: #ededed;
	border-radius: 6px;
	border: none;
	box-shadow: 0 2px 0 #d71559;
	cursor: pointer;
	font-family: Montserrat, sans-serif;
}

.spinText {
	margin: 20px 0;
	font-size: 40px;
	color: white;
	color: #ff005a;
	font-weight: 800;
}

@media only screen and (max-width: 480px) {
	.wheelSVG {
		height: 100vw;
	}

	button {
		font-size: 1rem;
		padding: 10px;
		width: 60vw;
	}
	.toast {
		padding: 0;
		bottom: -10%;
		min-width: 60vw;
	}
	.toast p,
	.toast span {
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}

	.spinText {
		font-size: 1.5rem !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
	.toast {
		padding: 0;
	}
	.toast p,
	.toast span {
		font-size: 1.8rem !important;
		line-height: 2rem !important;
	}

	.spinText {
		font-size: 1.8rem !important;
	}

	.wheelSVG {
		height: 100vw;
	}
}

@media only screen and (max-height: 480px) {
	.toast p,
	.toast span {
		font-size: 33px !important;
		line-height: 35px !important;
	}

	button {
		font-size: 22px;
		padding: 10px;
		width: 90%;
	}
}

button:focus {
	outline: 0;
}

a:link {
	color: #f1dc16;
}
a:visited {
	color: #f1dc16;
}
a:hover {
	color: #f1dc16;
}
a:active {
	color: #f1dc16;
}
