/* Reseta estilos padrão do navegador */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body, #root {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

li {
    list-style: none;
}
