|
|
|
|
@ -18,21 +18,26 @@ global-reset()
|
|
|
|
|
html, body { height: 100% }
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
color: red
|
|
|
|
|
font: bold 52px/60px "Lobster Two", sans-serif
|
|
|
|
|
text-align: center
|
|
|
|
|
margin: 0 0 10px
|
|
|
|
|
color: red;
|
|
|
|
|
font: bold 52px/60px "Lobster Two", sans-serif;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 0 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1.with-subtitle {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
color: gray
|
|
|
|
|
font: 14px/20px "Quicksand", sans-serif
|
|
|
|
|
text-align: center
|
|
|
|
|
margin: 0 0
|
|
|
|
|
color: gray;
|
|
|
|
|
font: 14px/20px "Quicksand", sans-serif;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p.subtitle {
|
|
|
|
|
font: 16px/22px "Quicksand", sans-serif
|
|
|
|
|
font: 16px/22px "Quicksand", sans-serif;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.drop-zone {
|
|
|
|
|
|