aboutsummaryrefslogtreecommitdiff
path: root/public/style.css
blob: 1e90d51da58662c4e485151a9b2e65a5e510981d (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
27
28
29
30
31
32
33
34
35
36
37
h1 {
    text-align: center;
}

h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 30px 0 20px;
}

h2 span {
    background:#fff;
    padding:0 10px;
}

p {
    display: flex;
    justify-content: space-between;
}

body{
    margin:40px auto;
    max-width:650px;
    line-height:1.6;
    font-size:16px;
    font-family: Sans-Serif;
    background-color:#ffffff;
    color:#454545;
    padding:0 10px;
    text-align:left;
}

a {
    text-decoration : none
}