h1, h2, h3, h4, h5, h6, a, span, button, input, ul, li, textarea, tr, th, td, thead, tbody, table {
    all: unset;
}

button, a {
    all: unset;
    cursor: pointer;
}

p {
    all: unset;
    display: block;
}

html {
    height: 100%;
    color: #2a2a2a;
}

body {
    height: 100%;
}

#root {
    height: 100%;
}
