html,body{scroll-behavior:smooth;margin:0;padding:0;scroll-behavior:smooth}#autoScrollMessage{position:fixed;left:50%;bottom:20px;transform:translate(-50%,-50%);margin:0 auto;display:none;background:#eee;padding:10px;border-radius:10px}#loader {position: fixed;top: 50%;left: 50%;margin-right: -50%;transform: translate(-50%, -50%);width: 48px;height: 48px;border: 5px solid #DAC8E6;border-bottom-color: #856799;border-radius: 50%;display: inline-block;box-sizing: border-box;animation: rotation 1s linear infinite;}@keyframes rotation {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}