body{display:flex;justify-content:center;margin-top:10vh}#posts{position:relative;width:300px;height:330px;overflow:visible;margin-top:20px}a:first-child{top:0;left:0}a:nth-child(2){top:0;left:100px}a:nth-child(3){top:0;left:200px}a:nth-child(4){top:100px;left:100px}a:nth-child(5){top:200px;left:100px}a{display:block;border-radius:160px;border:8px solid;overflow:hidden;transition:all .12s ease-in-out}.animated-svg,a,a img{position:absolute;width:100px;height:100px}a img{z-index:1;mix-blend-mode:color-dodge;pointer-events:none}@media (hover:hover){.animated-svg:hover .animated-path{animation:scalePath .5s infinite alternate}.animated-path:hover{fill:white}.sound-image:hover,a:hover{cursor:pointer;filter:brightness(1.2)}}@keyframes scalePath{0%{transform:scale(1)}to{transform:scale(1.5)}}#sounds{display:flex;gap:7px;height:10px;background-color:white;border-radius:40%}.sound-image{filter:brightness(.8);opacity:.5}.sound-image.active{opacity:1;filter:brightness(1)}.sound-image .animated-svg{width:100%;height:100%;border-radius:100%;filter:contrast(.5) brightness(2)}#cash-image{pointer-events:none;width:630px;margin-top:-104px}