.introduction{top:0;left:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99;background-color:var(--primary-bg)}.introduction *{font-family:var(--myFont)}.introduction svg{position:absolute;top:0;width:100%;height:calc(100% + 300px)}.introduction svg path{fill:#141516}.introduction .loader_main-text{display:flex;align-items:center;gap:10px;font-size:24px;color:#fff;color:var(--primary-txt)}.introduction .loader_main-text img{width:60px;height:70px}