-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
53 lines (40 loc) · 832 Bytes
/
style.css
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
body {
background-color: #f7fcff;
}
h1 {
font: 400 26px/1.5 'Playfair Display', Georgia, serif;
font-weight: bold;
text-align: center;
}
h3 {
font: 'Playfair Display', Georgia, serif;
font-weight: bold;
text-align: center;
}
h5 {
margin-top: 0;
margin-bottom: 0;
}
h6 {
font: 12px 'Playfair Display', Georgia, serif;
font-weight: bold;
text-align: center;
margin-top: 0;
margin-bottom: 0;
}
p {
font: 400 12px/1.6 'Muli', Verdana, Helvetica, sans-serif;
text-align: center;
}
p2 {
font: 400 12px/1.6 'Muli', Verdana, Helvetica, sans-serif;
text-align: left;
margin-top: 0;
margin-bottom: 0;
}
ul {
margin-top: 0;
margin-bottom: 0;
}
div {
}