body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{height:100%}.App{background-color:#fff7e5;padding-top:5%;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.HomePage{min-height:100vh}.MidSection{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-bottom:50px;margin-top:50px}.DescriptionBlock{color:#161616;margin-left:50px;text-align:left;width:365px}.DescriptionBlockHeader{font-size:38px}.DescriptionBlockText{font-size:20px}.Logo{background-color:#76dec1;border-radius:14px;height:90px;margin:auto;width:200px}.LogoSubText{color:#76dec1;font-size:15px;font-style:italic;margin-top:18px}.LogoImage{height:50px;margin-top:16px;width:150px}.PhoneFrame{border:4px solid #000;border-radius:16px;box-shadow:-10px 10px;height:500px;max-width:233px;min-width:233px;overflow:hidden}.PhoneExample{background-color:#282c34;height:100%;margin-left:-334px;width:900px}.StoreBadge{height:100px;width:250px}.StoreBadgeImage{height:75px;width:250px}.BadgeContainer{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.TextGenerator{position:fixed}.MovingText{-webkit-animation:moving 5s infinite;animation:moving 5s,fadeIn 5s,fadeOut 5s;color:#000;font-size:20px;position:relative;z-index:1}@-webkit-keyframes moving{0%{left:var(--startLeft);top:var(--startTop)}to{left:var(--endLeft);top:var(--endTop)}}@keyframes moving{0%{left:var(--startLeft);top:var(--startTop)}to{left:var(--endLeft);top:var(--endTop)}}@-webkit-keyframes fadeIn{0%{opacity:0}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0}50%{opacity:1}}@-webkit-keyframes fadeOut{50%{opacity:1}to{opacity:0}}@keyframes fadeOut{50%{opacity:1}to{opacity:0}}
/*# sourceMappingURL=main.54985d18.css.map*/