@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap);*{margin:0;padding:0;box-sizing:border-box;font-family:"Rubik",sans-serif}a{text-decoration:none;color:inherit}.emptyStartUps{padding:20px;margin:0 auto;background:pink;border-radius:5px}.navbar{display:flex;width:100%;padding:10px 50px;background:#000;justify-content:space-around;align-items:center}.navbar .action{color:grey}.search{height:100%}.inputSearch{width:300px;max-width:300px;height:30px;background:grey;border:none;border-radius:2px;padding:10px;outline:none;color:#fff}.inputSearch::-webkit-input-placeholder{color:#fff}.inputSearch:-ms-input-placeholder{color:#fff}.inputSearch::-ms-input-placeholder{color:#fff}.inputSearch::placeholder{color:#fff}.CardWrapper{display:flex;flex-wrap:wrap;justify-content:center;padding:50px;margin:-20px 0}.Card{display:flex;width:400px;max-width:400px;border-radius:10px;overflow:hidden;box-shadow:0 0 5px grey;margin:20px 30px;padding:10px}.Card .ImageCard{width:100px}.Card .InfoCard{display:flex;flex-direction:column;padding:25px}.Card .InfoCard .Title{font-weight:500;font-size:1.2rem}.Footer{display:flex;width:100%;justify-content:center;align-items:center}.navbar .name{color:#fff;font-size:1.3rem}.action{color:grey}.formWrapper{display:flex;flex-direction:column;max-width:600px;margin:0 auto;padding:20px;background:#f5f5f5}.formWrapper .inputWrapper{display:flex;flex-direction:column;padding-top:5px;padding-bottom:5px}.formWrapper .submitButton{padding:8px;border-radius:5px;background:#00f;border:.2px solid transparent;color:#fff;outline:none;transition:.2s;margin-top:10px}.formWrapper .submitButton:hover{border:.2px solid #00f;background:#fff;color:#00f}.formWrapper .inputWrapper .label{display:flex;flex-direction:column}.formWrapper .inputWrapper .label .input{height:2rem;padding:5px}.wardWrapper{margin:0 auto}.errorWrapper{margin:5px 0;padding:5px;background:red;color:#fff;border-radius:5px;text-align:center}.startUpWrapper{max-width:800px;display:flex;margin:0 auto;flex-direction:column}.startUpWrapper .headerDecoration{height:100px;background-color:#1f51db}.startUpWrapper .startUpHeader{display:flex;margin-top:-80px;padding-left:20px;position:relative}.startUpWrapper .startUpHeader .startUpProfile{max-width:150px;padding:10px;margin-right:10px;background-color:#f5f5f5;border-radius:5px}.startUpWrapper .startUpHeader .startUpTitle{position:absolute;left:190px;top:100px}.startUpWrapper .startUpInformation{margin-top:20px;padding-left:20px}.startUpWrapper .startUpInformation .startUpDescription{font-size:2rem}
/*# sourceMappingURL=main.7fe2bc4e.chunk.css.map */