.overlay{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:'Century Gothic';background:var(--bg)}.overlay .scrolldown{position:absolute;left:50%;bottom:10px;height:50px}.overlay .scrolldown::after{content:"";position:absolute;top:0;width:1px;height:30px;background:#eee;animation:pathmove 1.4s ease-in-out infinite;opacity:0}.overlay .scrolldown span{position:absolute;left:-15px;top:-15px;color:#eee;font-size:0.7rem;letter-spacing:0.05em}@keyframes pathmove{0%{height:0;top:0;opacity:0}30%{height:30px;opacity:1}100%{height:0;top:50px;opacity:0}}@keyframes blandTitleFromBottom{0%{opacity:0;transform:translateY(60px)}100%{opacity:1}}@keyframes blandTitleFromTop{0%{opacity:0;transform:translateY(-60px)}100%{opacity:1}}@keyframes showText{0%{opacity:0}100%{opacity:1}}.BrandTitle{color:var(--color);z-index:3}.BrandTitle span{display:inline-block;animation:showText 3s backwards;color:var(--color);z-index:3;font-size:30px}.BrandTitle span:nth-of-type(odd){animation:blandTitleFromTop ease-out 3s backwards}.BrandTitle span:nth-of-type(even){animation:blandTitleFromBottom ease-out 3s backwards}
