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}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{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}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.home-container{align-items:center;display:flex;height:100vh;justify-content:center}.home-card{background-color:#f7f8f9;border:2px solid #f7f8f9;display:flex;flex-direction:column;gap:4px;justify-content:flex-end;max-width:100%;padding:6px 24px;width:375px}.home-heading{font-size:1.5rem;font-weight:600}.home-description{color:#718096}.home-button-container{display:flex;flex-direction:column;gap:4px}.home-button{align-items:center;border-radius:6px;cursor:pointer;display:flex;font-weight:medium;justify-content:center;padding:.5rem;transition:box-shadow .4s}.home-button-create{background-color:#6c25ff;border:none;color:#fff;padding:15px}.home-button-login{background-color:#6c25ff4b;border:none;color:#1d2226;padding:15px}.home-button:hover{box-shadow:0 4px 6px #0000001a}.signup-container{background-color:#f7f8f9;border:2px solid #f7f8f9;display:flex;flex-direction:column;gap:4px;height:100%;max-width:100%;padding:4px 20px;width:375px}.signup-heading{font-size:2rem;font-weight:400}.signup-description{color:#718096}.signup-form{display:flex;flex-direction:column;justify-content:space-between}.signup-input{margin-bottom:12px}.signup-radio-group{display:flex;flex-direction:column}.signup-button{align-items:center;background-color:#6c25ff;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:medium;justify-content:center;padding:.5rem;transition:box-shadow .4s;width:50%}.signup-button:hover{box-shadow:0 4px 6px #0000001a}.signin-container{background-color:#f7f8f9;border:2px solid #f7f8f9;display:flex;flex-direction:column;gap:4px;max-width:100%;padding:10px 24px;width:375px}.signin-heading{font-size:3rem;font-weight:600}.signin-description{color:#718096}.signin-form{display:flex;flex-direction:column;gap:1.5rem}.signin-input{margin-bottom:12px}.signin-button{align-items:center;background-color:#6c25ff4b;border:none;border-radius:6px;color:#1d2226;cursor:pointer;display:flex;font-weight:medium;justify-content:center;padding:.5rem;transition:box-shadow .4s}.signin-button:hover{box-shadow:0 4px 6px #0000001a}.profile-container{align-items:flex-start;display:flex;height:100vh;justify-content:center}.profile-card{background-color:#f7f8f9;border:2px solid #f7f8f9;display:flex;flex-direction:column;gap:6px;max-width:100%;width:375px}.profile-header{background-color:#fff;color:#1d2226;font-size:1.125rem;font-weight:600;padding:1.25rem 1rem}.profile-data-container{display:flex;gap:6px;padding:0 1rem}.profile-picture-container{position:relative;width:5rem}.profile-picture{width:100%}.camera-icon{position:absolute;right:-3%;top:65%;width:1.1rem}.name-email{color:#1d2226}.bio-description{border-bottom:1px dashed #718096;color:#1d2226;font-size:.875rem;margin-bottom:0;padding:0 1rem}
/*# sourceMappingURL=main.766b237c.css.map*/