html,body{padding:0;margin:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;background-color:#e5e5e5}#app,.App{height:100%;display:flex;flex-direction:column}#app>div,.App>div{flex-grow:1}.Loading{display:flex;align-items:center;justify-content:center;flex-grow:1}.Loading>.spinner{box-sizing:border-box;height:40px;width:40px;color:#dadada;position:relative;display:inline-block;border:5px solid;border-radius:50%;animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Navbar{height:90px;background-color:#ffffffd9;display:flex;align-items:center}.Navbar>.icon{margin-left:25px;margin-right:20px}.Navbar>.icon>img{width:50px;height:50px;box-shadow:0 0 4px #00000040;border-radius:8px}.Navbar>.title{font-size:30px}.Navbar .language-select{display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:60px}.Navbar .language-select select{font-size:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;outline:none}.Footer{height:120px;display:flex;flex-direction:column;z-index:1}.Footer>.content{height:25px;margin-top:20px;display:flex;justify-content:center;align-items:center;flex:0 0 33%}.Footer>.content>.logo{display:flex;justify-content:center;align-items:center;flex:1 1}.Footer>.content>.logo>img{pointer-events:none;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Footer>.content>.text{font-weight:500;font-size:16px;color:#fff;display:flex;align-items:center;justify-content:center;flex:2 1;max-width:340px}.Footer>.content>.text>.terms,.Footer>.content>.text>.privacy,.Footer>.content>.text>.contact-us{display:flex;justify-content:center;align-items:center;flex:1 0;overflow:hidden;text-overflow:ellipsis;color:#fff;text-decoration:none}.Footer>.content>.social-media{display:flex;justify-content:center;align-items:center;flex:1 1}.Footer>.content>.social-media>a{color:#fff}.Footer>.content>.social-media>a>svg{width:24px;height:24px;min-width:24px;min-height:24px;margin-left:15px;margin-right:15px}.Footer>.rights{display:flex;justify-content:center;align-items:center;color:#fff;font-weight:300;font-size:14px;margin-bottom:22px;margin-top:auto}.Project{display:flex;flex-direction:column}.Project>.container{padding:30px 0;flex-grow:1;display:flex;justify-content:center;align-items:center;flex-direction:column}.Project>.container>.help-text{color:#fff}.Project>.container>.help-text.WaterDo{color:#333}.Project>.container>.help-text.PlantyTime{color:#1b1c1c}.Project>.container>.help-text.Forest2{color:#1b1c1c}.Project>.container>.help-text>.header{display:flex;justify-content:center;align-items:center;margin-bottom:35px;font-weight:600;font-size:36px}.Project>.container>.help-text>.content{display:flex;align-items:center;justify-content:center;text-align:center;max-width:600px;font-weight:500;font-size:24px}.Project>.container>.qr-code{width:300px;height:300px;min-width:300px;min-height:300px;margin-top:70px;background:#fff;border-radius:10px;display:flex;justify-content:center;align-items:center}
