.first-view{height:calc(100vh - var(--header-height))}.first-view .inf-icon{top:50%;width:25vw;opacity:.5;animation:fadeIn-for-inflogo 2s ease-in-out}.first-view .inf-icon,.first-view .inf-logo{position:absolute;left:50%;transform:translate(-50%,-50%);height:auto}.first-view .inf-logo{top:75%;width:50vw;opacity:0;animation:fadeIn 2s ease-in-out;animation-fill-mode:forwards;animation-delay:2s}section{position:relative;border-top:1px solid var(--foreground);margin:5rem;padding:5rem;width:calc(100% - 10rem);min-height:100vh;line-height:1.5}section h1{font-size:2rem;margin:1rem}section h2{font-size:1.5rem;margin:1rem}section p{font-size:1rem;margin:1rem}@keyframes fadeIn-for-inflogo{0%{opacity:0}to{opacity:.5}}