body {
  background: white;
  color: #1a1a1a;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  min-height: 100vh;
}

::selection {
  background: #0000ff;
  color: white;
}

* {
  box-sizing: border-box;
}
