* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

body {
    background: #ccc;
}
ul,li {
    list-style: none;
}

a {
    text-decoration: none;
}


/*# sourceMappingURL=normalize.a1ef58a8.css.map */