*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
}
