@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;width:100%;background-color:#000}#root{font-family:Poppins,sans-serif;height:100vh;width:100%;background-color:#000;display:flex;flex-direction:column;justify-content:space-around;align-items:center}@media screen and (max-width: 600px){.header-text{color:#fff;text-align:center}}@media screen and (min-width: 600px){.header-text{padding:30px;color:#fff;text-align:center}}@media screen and (max-width: 600px){.background-img{max-width:350px}.page-container{position:relative;width:100%;height:100vh;overflow:hidden;background:linear-gradient(180deg,#000c,#0000)}.balloons{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none}.balloon{position:absolute;bottom:-150px;width:50px;height:70px;border-radius:50%;animation:float 4s ease-in-out infinite}.balloon:nth-child(1){left:20%;animation-delay:0s}.balloon:nth-child(2){left:50%;animation-delay:2s}.balloon:nth-child(3){left:80%;animation-delay:4s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-300px)}to{transform:translateY(0)}}.running-text-container{width:100%;height:100px;overflow:hidden;display:flex;justify-content:center;position:relative}.running-text{display:inline-block;white-space:nowrap;animation:run-text 4s linear infinite;font-size:24px;color:#fff;position:absolute;bottom:0}@keyframes run-text{0%{transform:translateY(100%)}to{transform:translateY(-100%)}}}@media screen and (min-width: 600px){.background-img{max-width:800px}.page-container{position:relative;width:100%;height:100vh;overflow:hidden;background:linear-gradient(180deg,#000c,#0000)}.balloons{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none}.balloon{position:absolute;bottom:-150px;width:50px;height:70px;border-radius:50%;animation:float 4s ease-in-out infinite}.balloon:nth-child(1){left:20%;animation-delay:0s}.balloon:nth-child(2){left:50%;animation-delay:2s}.balloon:nth-child(3){left:80%;animation-delay:4s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-300px)}to{transform:translateY(0)}}.running-text-container{width:100%;height:100px;overflow:hidden;display:flex;justify-content:center;position:relative;top:-200px}.running-text{display:inline-block;white-space:nowrap;animation:run-text 5s linear infinite;font-size:24px;color:#fff;position:absolute;bottom:0}@keyframes run-text{0%{transform:translateY(100%)}to{transform:translateY(-100%)}}}@media screen and (max-width: 600px){.footer-text{color:#fff;text-align:center}}@media screen and (min-width: 600px){.footer-text{padding:30px;color:#fff;text-align:center}}
