@keyframes skeletonAnimation{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes rotationAnimation{0%{transform:rotate(0);transform-origin:center}to{transform:rotate(1turn);transform-origin:center}}.main{display:flex;flex-direction:column;flex-grow:1;min-height:100vh;--header-bg-color:#fff;--body-bg-color:#fff}.layout__header{position:sticky;top:0;z-index:998}.header-content,.layout__header{align-items:center;display:flex;justify-content:center;width:100%}.header-content{background-color:var(--header-bg-color);flex-direction:column}.body{background-color:var(--body-bg-color);flex-grow:1}
