* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* Typography */
body {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
h3{
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: inherit;
}
