@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
* {
box-sizing: border-box;
}
*:active, *:focus {
border: 0;
outline: 0;
}
html, body {
min-height: 100%;
padding: 0;
margin: 0;
}
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
background-color: #212020;
color: #3949AB;
font-family: Lato, Helvetica, Times, serif;
font-size: 1.15rem;
line-height: 1.618;
text-rendering: optimizeLegibility;
-webkit-font-feature-settings: "liga", "kern";
}
img {
border-width: 0;
max-width: 100%;
}
a {