.floating-button{position:fixed;bottom:20px;right:20px;z-index:10;transition:background-color .3s ease,transform .2s ease;animation:floatingAnimation 1.5s ease-in-out infinite}.floating-button:hover{transform:scale(1.1)!important}.scroll{overflow-y:auto;height:280px}