body {
    font-family: "Lato", sans-serif;
    background-color: #fff;
    color: #000;
    margin: 0;
}

html, body {
    position: relative;
}

div, span { box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
    font-family: "Varela Round", sans-serif;
    margin: 0;
    padding: 0;
}

a:link, a:visited { color:#06f; text-decoration:none; transition: 0.15s; }
a:hover { color:#0bf; text-decoration:underline; }

.shadow {
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
}