28 lines
376 B
CSS
28 lines
376 B
CSS
body {
|
|
font-size: 18px;
|
|
font-family: 'PT Serif', Serif;
|
|
}
|
|
|
|
.content {
|
|
width: 840px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.greeting {
|
|
margin-top: 1.8em;
|
|
font-size: 3.4em;
|
|
margin-bottom: 0.6em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.heading {
|
|
margin-top: 2.3em;
|
|
margin-bottom: 0.4em;
|
|
font-size: 1.2em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.text {
|
|
margin-bottom: 0.8em;
|
|
}
|