.sound-toggle { width:96px; height:54px; padding:0; display:grid; place-items:center; box-sizing:border-box; border:3px solid #005091; border-radius:10px; background:#005091; color:#ffd54d; box-shadow:4px 4px #ffd54d; font-size:0; cursor:pointer; }.sound-toggle:hover { transform:translate(-1px,-1px); box-shadow:5px 5px #ffd54d; }.sound-toggle:active { transform:translate(2px,2px); box-shadow:1px 1px #ffd54d; }@media(max-width:650px){.sound-toggle{width:78px;height:44px}}
