summaryrefslogtreecommitdiff
path: root/style.css
blob: 217205eccb92947130f2b9af1f7fe6e98296537d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {
    margin: 40px auto;
    max-width: 650px;
    line-height: 1.6;
    font-size: 18px;
    padding: 0 10px;
    color: #404040;
}

h1, h2, h3 {
    line-height: 1.2;
}

img {
    width: 100%;
}

footer {
    text-align: center;
    padding: 30px 0;
}