<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-main-container{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh;background-color:#000}.line-div-for-about-us{width:90%;height:1px;background-color:#fff}.loader-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#000}.loader{width:50px;height:50px;border-radius:50%;border-color:#ff09a9 transparent #04f;border-style:solid;border-width:8px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}</pre></body></html>