.mainAbout{width:100vw;min-height:100vh;padding:2rem 1rem;box-sizing:border-box;background-image:linear-gradient(90deg,rgba(47,0,255,0) 0,rgba(47,0,255,.1) 50%,rgba(47,0,255,0)),linear-gradient(90deg,rgba(0,0,0,1) 0,rgba(0,0,0,1) 50%,rgba(0,0,0,.2)),linear-gradient(180deg,rgba(0,0,0,1) 0,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,1)),url(/background_2.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:-1}.description,.mainAbout{display:flex;justify-content:center;align-items:center;flex-direction:column}.logo{filter:drop-shadow(0 0 15px #57b4ff96);transition:transform .25s ease-in-out}.logo:hover{transform:scale(1.05)}.boxMessage{display:flex;justify-content:center;padding-bottom:1.5rem;text-align:center}.boxMessage h1{margin:0;padding-top:1em;font-size:clamp(2rem,4vw,3rem);background:linear-gradient(90deg,#c9dfff,#519cff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px #81b8ffc8)}.boxHistory{display:flex;width:100%;max-width:900px;justify-content:center;align-items:center;padding:0 1rem;margin-top:2rem;box-sizing:border-box;flex-direction:column;font-size:1rem;color:#ffffff}.boxHistory h3{margin-top:2rem;text-align:center;font-size:clamp(1.25rem,2.5vw,1.75rem)}.boxHistory h4{width:100%;line-height:1.6;margin-top:2rem;text-align:justify;font-size:clamp(1rem,2.5vw,1.125rem);font-weight:400}