.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}@media (max-width:600px){.first-view .inf-icon{width:50vw}.first-view .inf-logo{width:80vw}}section{position:relative;border-top:2px solid var(--foreground);margin:5vmin;padding:5vmin;width:calc(100% - 10vmin);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}}section.description{display:flex;flex-direction:column;justify-content:center;align-items:center}#description-inf-logo{--img-size:20vw}@media (max-width:600px){section.description{display:block}#description-inf-logo{--img-size:50vw}}#description-inf-logo{width:var(--img-size);height:auto;aspect-ratio:1/1;border-radius:calc(var(--img-size) / 2)}