*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-family: 'Roboto', sans-serif;
}

body {
  font-size: 1.6rem;
  box-sizing: border-box;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  color: #231f20;
  line-height: 150%;
  min-height: 500px;
  margin: 3rem 1rem 1rem 5rem;
}

/*
#f0b27a
#DAF7A6
#FFC300
#FF5733
#C70039
#900C3F
*/
