.wrapper{flex-direction:column;justify-content:center;align-items:center;gap:5px;height:98vh;display:flex}.wrapper .buttonWrapper{justify-content:center;align-items:center;display:flex}.wrapper .buttonWrapper .button{cursor:pointer;border:1px solid #000;border-radius:10px;justify-content:center;align-items:center;width:100px;height:50px;display:flex;box-shadow:0 4px 12px #0003}.wrapper .buttonWrapper .button:active{transition:transform .1s linear;transform:scale(.95)}.wrapper #freqLabel{text-align:center;width:80%}.wrapper #freqLabel #freq_text{text-align:right;width:50px}.wrapper #freqLabel #freq{width:100%}.wrapper #volLabel{text-align:center;width:80%}.wrapper #visualizer{width:70%;height:30%}
