@keyframes slideOutIn{0%{margin-right:0}25%{margin-right:-80px;margin-left:0}26%{margin-left:-180px;margin-right:0}50%{margin-right:0;margin-left:0}}.loader{width:48px;height:48px;border:5px solid var(--black-2);border-bottom:5px solid transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.loader__page{height:100vh;display:grid;place-content:center}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}