body{
      background : rgb(255, 255, 255);
}
.wheel-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin : 0 auto;
}
.marker {
    left: 47.5%;
    position: absolute;
    top: -57px;
    z-index: 2;
}
.wheel {
/*    top: 90px;
    left: 75px;
    width: 550px;*/
    z-index: 1;
    margin-top: 45px;
}
div.control{
    width: 70%;
    margin: 0 auto;
    border: 5px solid #2CB9DE;
    padding: 0 5px 5px;
    border-top: none;
}
div.control .logo{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}
div.control .spin{
    background-color: #fff;
    padding: 10px;
}
div.control .spin > div{
    border: 3px dotted  #E84085;
    padding: 20px 10px;
}
div.control .spin > div #spin-button{
    cursor: pointer;
}
/*#congratulation{
     background-color: #fff;
    border-radius: 50%;
    display: none;
    font-size: 63px;
    height: 363px;
    left: 34%;
    padding-top: 131px;
    position: absolute;
    text-align: center;
    top: 18%;
    width: 363px;
    z-index: 3;
    color: #2CB9DE;
}*/
.congratulation{
    display: none;
bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 17%;
    z-index: 4;
}
@media  (max-width: 590px){
    .congratulation {
    width: 66%;
}
}
@media  (max-width: 480px){
    .margintop{
        margin-top: 15px;
    }
    .marker {
    left: 45%;
    width: 10%;
}
    .congratulation {
    width: 66%;

}
}