.peg, .wheelSVG {
 visibility: hidden;
}
.wheelContainer{
 width: 100%;
 max-width: 600px;
 height: 100%;
 margin: 0;
 padding: 0;
}

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

.toast, .wheelContainer, body, html {
 text-align: center;
}
.wheelContainer, button {
 transform: translate(-50%, 0);
}
button {
 position: absolute;
 background-color: #dd042b;
    border: 2px solid #dd042b;
    border-radius: 0;
}
.toast {
    position: absolute;
    background-color: #000;
}
body {
 overflow: hidden;
}
body, html {
 margin: 0;
 padding: 0;
}
.wheelContainer {
 position: absolute;
 /*max-width: 1000px;*/
    max-width: 550px;
 margin-left: auto;
 margin-right: auto;
 left: 50%;
    top: 73px;
}
.wheelSVG {
 position: absolute;
 overflow: visible;
 width: 100%;
 height: auto;
 left: 50%;
 transform: translate(-50%, 0);
}
.wheelText {
 text-anchor: middle;
 font-family: 'Fjalla One', Arial, sans-serif;
 -webkit-user-select: none;
 user-select: none;
}
.toast {
 border-radius: 12px;
 opacity: 0;

}
.toast p {
 clear: both;
 margin: 23px;
 font-size: 30px;
 color: #000;
 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 .2s ease;
 transition: line-height .2s ease;
}

.toast h2 {
   color:#dd042b;
   font-family: "Fjalla One", Helvetica, Arial, sans-serif;
   font-weight: 700;
    font-size: 3vw;
   text-shadow: 1px 1px 1px #fff;
}

button {
 left:0;
 width: 80%;
 top: -25px;
 max-width: 220px;
 padding: 18px;
 font-weight: 700;
 font-size: 20px;
 color: #fff;
 border-radius: 0;
    border: 2px solid #dd042b;
 cursor: pointer;
 font-family: "Fjalla One", Helvetica, Arial, sans-serif;
}
button:hover { border: 2px solid #dd042b;}

@media only screen and (max-width:767px){
    .toast h2 { font-size: 35px; }
}

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

@media only screen and (min-width: 801px) {
 .toast p, .toast span {
 font-size: 28px;
     line-height: 40px;
 }
}
@media only screen and (max-height: 480px) {
 .toast p, .toast span {
  font-size: 33px;
  line-height: 35px;
 }
 button {
  font-size: 22px;
  padding: 10px;
  width: 40%;
 }
 .wheelContainer {
  top: 70px;
 }
}
button:focus {
 outline: 0;
}
