+@import url(http://fonts.googleapis.com/css?family=Lato);
+
html, body {
margin: 0;
padding: 0;
.card-container {
display: block;
- line-height: 1.3em;
position: relative;
font-size: 4vw;
clear: both;
footer {
margin: 3em 1em;
font-size: .8em;
+
+ a {
+ color: white;
+ text-decoration: none;
+
+ &:hover {
+ text-decoration: underline;
+ }
+ }
}