#wheelOfFortune{display:inline-flex;position:relative;overflow:hidden}#wheel{display:block}#spin{font:20px sans-serif;user-select:none;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;width:30%;height:30%;margin:-15%;background:#fff;color:#fff;box-shadow:0 0 0 8px currentColor,0 0 15px 5px rgba(0,0,0,.6);border-radius:50%;transition:.8s}#spin::after{content:"";position:absolute;top:-17px;border:10px solid transparent;border-bottom-color:currentColor;border-top:none}#wheel,#wheelOfFortune{width:100%}#juego-ruleta-container{max-height:300px;max-width:300px;margin-left:auto;margin-right:auto}