
.root {
  margin-top: 3em;
  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;
}
