.wrapper {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px 60px;
  width: 900px;
}

html, button, input, select, textarea,
    .pure-g [class *= "pure-u"] {
        font-family: 'Roboto', sans-serif;
    }

svg {
  max-height: 300px;
}
