
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    font: inherit;
    border: none;
    outline: none;
    overscroll-behavior: contain;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
html,body,#root {
    width: 100%;
    height: 100%;
}

