* {
  box-sizing: border-box; }

html {
  color: #505050;
  background: #f8f8f8;
  font-family: Arial, sans-serif;
  font-size: 14px; }

body {
  margin: 0;
  padding: 0;
  font-size: 1rem; }

a {
  text-decoration: none;
  color: #272727; }
  a:hover {
    text-decoration: none;
    color: #171717; }
  a:focus {
    text-decoration: none;
    color: #272727; }

html,
body,
#root {
  height: 100%; }
