.home-container{display:flex;flex-direction:column;gap:24px}.home-cont{display:flex;flex-direction:column;gap:48px;width:100%;height:90vh;.home-logo{width:100%;height:auto;animation:SlideAnimation .9s ease-in-out forwards}.animaLogo{overflow:hidden}p{width:450px;font-size:1.8rem;animation:SlideAnimation .9s ease-in-out forwards}}@keyframes SlideAnimation{0%{transform:translateY(120%)}to{transform:translateY(0)}}@media (max-width:600px){.home-cont{height:40vh;p{width:300px;font-size:1.2rem}}}@media (max-width:440px){.home-cont{p{width:200px;font-size:.8rem}}}