@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,700;1,300&display=swap";#root{width:100vw;height:100vh}body{margin:0;font-family:Roboto Mono,monospace}.remote{position:fixed;bottom:2rem;right:2rem;width:120px;height:320px;background-image:linear-gradient(29deg,black,#656565);border-radius:1rem;box-shadow:0 0 1rem #00000040}.remote__top{display:flex;justify-content:center;padding:2rem;color:#fff;font-weight:300;font-style:italic}.remote__controls{display:flex;flex-direction:column;align-items:center;padding:1rem;gap:.5rem}.remote__controls__button{background-color:transparent;color:#000000a1;font-weight:700;border-radius:.25rem;cursor:pointer;transition:color .4s ease-in-out;flex:1;width:100%;text-align:center;padding:.25rem;border:solid 1px;background-image:linear-gradient(199deg,#afafaf,#cdcdcd);box-shadow:0 0 1rem #000000c4}.remote__controls__button:hover{color:#ff69b4}
