aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
blob: 5b767f1a89d2ac75cbe4e1c7f8f40887466df253 (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 {
	background-color: #F8F4F4;

  margin: 100px auto;
  padding: 0 10%;
  max-width: 800px;

  font-family: Mononoki, Open Sans, Sans, Arial;
  text-align: justify;
  line-height: 1.5em;
  font-size: 1.1em;
  color: #454545;
}

p {
  text-indent: 2em;
}

h1 {
  padding: 1em;

	font-variant: small-caps;
  text-align: center;
  line-height: 1em;
	font-size: 2em;
}