summaryrefslogtreecommitdiff
path: root/static/style.css
blob: bd2575ba721e5aef21fad4326997155932cea87d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
body {
	color: white;
	background-color: black;

	min-width: 800px;
	width: 70%;
	margin: auto;
}

.title {
	display: flex;
}

.title h1 {
	display: inline;
	margin: 1px;
}

.title h2 {
	margin: 1px;
}

.esquizo {
	width: 100px;
	display: inline;
}