summaryrefslogtreecommitdiff
path: root/style.css
blob: 855448084ab2985695dac40d42e007dfafbcda1e (plain) (blame)
1
2
3
4
5
6
7
body {
	font-family: system-ui, sans-serif;
	background-color: hsl(32, 98%, 92%);
	margin: auto;
	max-width: 50rem;
	width: calc(100% - 10px);
}