@import url(https://fonts.googleapis.com/css?family=Karla|Quicksand);*{box-sizing:border-box;margin:0;padding:0}body{background:#0f1020;color:#eee;font-family:Karla,sans-serif;height:100vh;width:100%}.parent-div{display:flex;flex-direction:column;padding:10px}header{align-items:center;display:flex;height:70px;justify-content:center}.body-text{display:flex;justify-content:space-between}.insights{background:#8338ec;border-radius:3px;height:260px;padding:20px}.form-and-insights{height:100%;justify-content:space-between;min-height:530px}.form-and-insights,form{display:flex;flex-direction:column}form{align-items:center;background:#2f195f;border-radius:3px;height:250px;justify-content:space-evenly;padding:20px;width:100%}input{background:none;border:none;border-bottom:1px solid #000;color:#eee;height:30px;width:100%}.insights-heading{font-size:28px}.insights-section{color:#eee;display:flex;flex-direction:column;height:100%;justify-content:space-evenly}.insights-section>*{border-bottom:1px solid #000;padding-bottom:10px}.outcomes-container{background:#2f195f;border-radius:3px;padding:20px;position:relative;width:70%}.outcome-card{background:#381e71;border-bottom:1px solid #000;border-radius:3px;margin-bottom:10px;padding:5px}.outcomes h1{padding-bottom:15px}::-webkit-input-placeholder{color:#ddd}::placeholder{color:#ddd}button{background:#8338ec;border:none;border-radius:3px;color:#eee;font-size:18px;height:40px;outline:none;width:300px}
/*# sourceMappingURL=main.024e5878.css.map*/