.container{max-width:80rem;margin-inline:auto;max-height:95vh}.container .machine{width:fit-content;margin:calc(50% - 26rem) auto;text-align:center}.container .machine h1{width:fit-content}.container .machine .slots{display:flex;gap:.8rem;justify-content:center;overflow:hidden}.container .machine .slots .slot{width:40px;height:30px;padding:1rem .8rem;border:solid black .1rem;font-size:large}.container .machine .slots .move span{display:inline-block;animation:rotate infinite .15s}.container .machine .btn{background-color:#1b9bfd;color:#fafafa;border:none;padding:5%;border-radius:.3rem;margin-block:10%;cursor:pointer;font-size:large}.container .machine .btn:hover{background-color:#1b69fd}.container .machine :disabled{background-color:gray;cursor:not-allowed}.container .machine :disabled:hover{background-color:gray}.winner{background-color:purple}@keyframes rotate{0%{transform:translateY(-150%);font-size:small}50%{font-size:large}to{transform:translateY(150%);font-size:small}}
