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

html {
  font-family: Nunito Sans, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  font-size: 16px;
}

body {
  line-height: 1.4em;
  margin: 0 auto;
  color: #212529;
  width: 100%;
  min-width: 250px;
  background-color: #fcfcfc;
}

.home {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: 100vh;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
}