html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  background-color: #FEFEFE;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #root {
  padding: 0 30px;
}
body #root h1 {
  color: #CFCFCF;
  font-weight: 900;
  font-size: 48px;
  margin: 8px 0;
  padding: 0;
  font-family: Lato, sans-serif;
}
body #root h2 {
  margin: 38px 0 16px 0;
  color: #261C4C;
  font-weight: 700;
  font-size: 16px;
  font-family: Lato, sans-serif;
}
body .btn {
  background-color: #000;
  color: #fff;
  width: 120px;
  padding: 15px 0;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
