*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #35A6EF;--blue-tint: #3299de;--text-primary: black;--bg-primary: #e6ebf0;--bg-primary-tint: #d4d8dc;--bg-secondary: white;--error: tomato;--font-size-base: 16px;--spacing-base: 1rem;--border-radius: 8px;--transition-speed: .1s ease-in-out}html{font-size:100%;scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--text-primary);background-color:var(--bg-primary);min-height:100vh}button{background-color:#1ed760;color:#000;border:none;font-size:1rem;padding:.5rem 1rem;border-radius:8px;width:fit-content}button:hover{cursor:pointer;background-color:#1fdf64}input[type=text]{font-size:1rem;padding:.5rem;outline:none;border:1px solid black;border-radius:8px}h2,h3{width:100%}.page{display:flex;min-height:100vh}.instr-container{padding:1rem;display:flex;flex-direction:column;gap:.5rem;background-color:#fff;height:100vh}.instr-container-bottom{display:none;padding:1rem;flex-direction:column;gap:.5rem;background-color:#fff}li{padding:.5rem}.content-container{display:flex;flex-direction:column;flex:1;min-height:100vh;height:100%;align-items:center;justify-content:space-between;padding-bottom:5rem}.top-bar{display:flex;justify-content:space-between;padding:.5rem;width:100%}.container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.play-btn{display:flex;justify-content:center;align-items:center;padding:1rem;border-radius:20rem}.pause-btn{display:flex;justify-content:center;align-items:center;padding:1rem;font-size:1.2rem}@media (max-width: 800px){.page{flex-direction:column}.instr-container{display:none}.instr-container-bottom{display:flex}}
