:root {
	font-family: sans-serif;
}

h1 {
	text-align: center;
}

#income-tax-graph {
	max-width: 80vw;
	margin: auto;
}

.inputs {
	margin-block: 5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	width: 100%;
}
