
.root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    SimSun, sans-serif;
  text-align: center;
}

.title {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 4em;
}

.welcome {
  height: 256px;
  background: url(../assets/zzz.png) no-repeat center;
  background-size: 256px 256px;
}

.list {
  font-size: 1.2em;
  margin-top: 2em;
  list-style: none;
  line-height: 1.5em;
}

.list code {
  background: #272822;
  color: #f8f8f2;
  padding: 0 5px;
}

.link {
  font-size: 20px;
  line-height: 50px;
  margin: 0 20px;
}
