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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{display:flex;flex-direction:column;height:100%;margin:0}.background{background:linear-gradient(180deg,#f4ab1f33 0,#f4ab1f33 20%,#ffbb3a33 40%,#ffbb3a33 60%,#f4ab1f33 0,#f4ab1f33)}.container{flex:1 1}body{font-family:Arial,sans-serif;margin:0;padding:0}.home{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow-y:auto}.home-img{background-image:url(/static/media/edited_image.3e9923a2bc6b6dac380a.png);background-position:50%;background-size:cover;height:400px}.form{box-sizing:border-box;max-width:1000px;padding:10px;width:100%}.form-heading{margin-bottom:20px;text-align:center}.heading{color:#000;font-size:24px}.sub-heading{color:grey;font-size:18px}.stats{display:flex;justify-content:space-around;margin-top:20px;width:100%}.stat{align-items:center;display:flex;flex-direction:column;text-align:center}.stat-value{font-size:2rem;font-weight:700;margin-bottom:5px}.stat-label{color:#777;font-size:1rem;padding-bottom:250px}@media (max-width:768px){.home-img{height:250px}.form{max-width:100%;padding:15px}.heading{font-size:20px}.sub-heading{font-size:16px}.stats{align-items:center;flex-direction:column;margin-top:10px}.stat{margin-bottom:20px}.stat-value{font-size:1.5rem}.stat-label{font-size:.9rem;padding-bottom:0}}.header{background-color:linear-gradient(180deg,#f4ab1f33 0,#f4ab1f33 20%,#ffbb3a33 40%,#ffbb3a33 60%,#f4ab1f33 0,#f4ab1f33);color:#fff;justify-content:space-between;padding:20px}.header,.logo{align-items:center;display:flex}.logo-img{height:75px;margin-right:10px;width:75px}.app-name{color:#000;font-size:2rem;font-weight:700}.download-btn{background-color:#f4a201;border:1px solid #000;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s ease}.download-btn:hover{border:1px solid #000;color:#000}@media (max-width:768px){.header{align-items:center;flex-direction:column;padding:15px}.logo{justify-content:center;margin-bottom:10px}.logo-img{height:50px;margin-right:5px;width:50px}.app-name{font-size:1.5rem}.download-btn{font-size:.9rem;margin-top:10px;padding:8px 15px}.download-btn:hover{border:1px solid #000;color:#000}}.footer{background-color:#222;bottom:0;color:#fff;font-size:.9rem;padding:10px;position:relative;text-align:center;width:100%}