#container{height:100%!important;width:100%!important;text-align:center!important;justify-content:center!important;align-items:center;display:flex!important}.button-image{width:200px;height:150px}*,:after,:before{box-sizing:inherit}.pulse-image{animation:pulse 2s infinite;border-radius:50%}@keyframes pulse{0%{box-shadow:0 0 0 0 #2b40b6}5%{transform:scale(1.01)}15%{transform:scale(1)}70%{box-shadow:0 0 0 50px rgba(168,63,57,0)}to{box-shadow:0 0 0 100px rgba(168,63,57,0)}}@keyframes quiet{25%{transform:scaleY(.6)}50%{transform:scaleY(.4)}75%{transform:scaleY(.8)}}@keyframes normal{25%{transform:scaleY(1)}50%{transform:scaleY(.4)}75%{transform:scaleY(.6)}}@keyframes loud{25%{transform:scaleY(1)}50%{transform:scaleY(.4)}75%{transform:scaleY(1.2)}}.boxContainer{display:flex;width:60px;margin-top:20px;justify-content:space-between;height:38px;--boxSize:5px;--gutter:5px}.box{transform:scaleY(.4);height:100%;width:var(--boxSize);background:#02837b;animation-duration:1.2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;border-radius:6px}.box1{animation-name:quiet}.box2{animation-name:normal}.box3{animation-name:quiet}.box4{animation-name:loud}.box5{animation-name:quiet}.green{background:#6f9}.circle{border-radius:50%;box-shadow:0 0 3px 3px #0000001a}.pulse{animation:pulse-animation 2s infinite}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 #0b0909}to{box-shadow:0 0 0 20px transparent}}.logo{position:fixed;left:20px!important;top:20px!important}.home{width:100%!important;background-size:cover;background-repeat:no-repeat;background-position:50%;height:100vh!important}