summaryrefslogtreecommitdiff
path: root/src/css/guzzle.css
blob: 552b7494ee0b259620a577f05e5040ea89cc6cb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
	background-color: tan;
	font-family: monospace;
}

.content p,li {
	font-size: large;
}

#vidya {
	display: flex;
	justify-content: center;
}