@charset "utf-8";


/* ------------------------- Browser defaults --------------------- */

html, body {
    margin: 0;
    padding: 0;
}


/* ------------------------- Default link styles --------------------- */

a   {
    text-decoration: none; /* no underline */
    color: black;
}






/*https://necolas.github.io/normalize.css/*/
