|
|
|
@ -19,7 +19,7 @@ html, body { height: 100% }
|
|
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
|
color: red;
|
|
|
|
color: red;
|
|
|
|
font: bold 52px/60px "Lobster Two", sans-serif;
|
|
|
|
font: bold 56px/64px "Lobster Two", sans-serif;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
margin: 0 0 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -30,13 +30,13 @@ h1.with-subtitle {
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
p {
|
|
|
|
color: gray;
|
|
|
|
color: gray;
|
|
|
|
font: 14px/20px "Quicksand", sans-serif;
|
|
|
|
font: 16px/22px "Quicksand", sans-serif;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 0;
|
|
|
|
margin: 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
p.subtitle {
|
|
|
|
p.subtitle {
|
|
|
|
font: 16px/22px "Quicksand", sans-serif;
|
|
|
|
font: 18px/24px "Quicksand", sans-serif;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|