.home-container{grid-template-rows:auto 1fr auto;grid-template-areas:"header""main""footer";min-height:100vh;display:grid}.home-container .main-container{background-color:var(--purple);flex-direction:row;grid-area:main;justify-content:center;align-items:center;padding-top:80px;display:flex}.home-container .neko-container{background-color:transparent;width:75vh;max-width:1000px;height:100%;max-height:1000px;position:fixed;top:0;right:-10px;overflow:visible}.home-container .luna-container{background-color:transparent;width:75vh;max-width:1000px;height:100%;max-height:1000px;position:fixed;top:0;left:-100px;overflow:visible}.home-container .title-section{background-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;animation:.6s ease-out popUp;display:flex;position:fixed;overflow:visible}.title-section img{object-fit:contain;z-index:1000;width:26rem;height:26rem}.home-container .stars-container{width:100vw;height:80vh;position:fixed;top:0;bottom:0;left:0;right:0}.home-container .footer{background-color:var(--purple);flex-direction:column;grid-area:footer;justify-content:center;align-items:center;padding-bottom:40px;display:flex}@keyframes popUp{0%{scale:0}60%{scale:1.15}80%{scale:.95}to{scale:1}}@media (max-width:768px){.home-container .title-section{top:8vh}.home-container .title-section img{width:60vw;height:auto;margin-top:20px}.home-container .luna-container{width:55vw;height:104.762vw;top:auto;bottom:100px;left:-20px}.home-container .neko-container{width:80vw;height:106.667vw;top:auto;bottom:100px}}
.store-button-container{z-index:1001;flex-flow:wrap;justify-content:center;align-items:center;gap:20px;width:100%;margin-top:20px;display:flex}.store-button{background-color:#000;border:1.25px solid #fff;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;max-width:215px;padding:6px 14px;transition:scale .2s ease-in-out;display:flex}.store-button:hover{cursor:pointer;scale:1.05}#app-store-badge,#play-store-badge{object-fit:contain;width:100%;height:auto;max-height:100%;margin:0}@media (max-width:768px){.store-button-container{gap:18px;position:fixed;bottom:40px}.store-button{border-radius:8px;max-width:40vw}}
