#root{width:100vw;height:100vh}body{width:100vw;height:100vh;overflow-x:hidden;background-color:#e9671198}div.homePage div.textAnimation{animation-name:zoom-out;animation-duration:3s;animation-fill-mode:forwards;opacity:0}@keyframes zoom-out{0%{opacity:0}to{opacity:1}}button{background-color:#0e97f3;color:#f0e6f5;font-weight:500}@media screen and (max-aspect-ratio: 6/10){div.homePage,div.homePage div.container{min-height:100vh}section.serv div.card{width:100vw}}*{padding:0%;margin:0%;box-sizing:border-box}button:hover{box-shadow:0 0 20px #fcfcfc}
