* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Lato';
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
canvas {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    overflow: hidden;
}



p.small {
    font-size: 10px;
}