| /* Webfont */ | |
| @import 'https://fonts.googleapis.com/css?family=Montserrat:400,700'; | |
| body { | |
| background-color: #f6f6f6; | |
| font-size: 24px; | |
| font-family: 'Montserrat', Helvetica Neue, Helvetica, sans-serif; | |
| } | |
| p { | |
| text-align: center; | |
| margin: 2em; | |
| color: #2b2b2b; | |
| } |