15 lines
165 B
CSS

* {
box-sizing: border-box;
}
html,
body,
#root {
margin: 0;
min-height: 100%;
font-family: Arial, Helvetica, sans-serif;
}
body {
background: #efefef;
}