 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
}
body {
    background-color: #f3f4f6;
    justify-content: center;
    min-height: 100vh;
}
.error-box{
    background-color: #fef2f2;
    border: 1px solid #fee2e2;
    color: #991b1b;
    padding: 0.75rem;
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}
.title {
				font-size: 2rem;
				font-weight: 800;
				color: #141414;
				margin-top: 2rem;
				text-align: left;
                
			}