body,
html {
  background: #f2f2f2;
}

pre,
.message {
  max-width: 960px;
}

li {
  margin: 10px;
}

.hero.is-primary {
  background: linear-gradient(to top right, #007896 10%, #051b24);
}

.box {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.text-space {
  padding-left: 4em;
}

.box span.icon {
  float: right;
  font-size: 1.7em;
  padding: 2rem 2rem 0 0;
}

.is-large.fab {
  font-size: 7em;
}

.is-large.fas {
  font-size: 5em;
  margin-left: 0.2em;
}

.media-content {
  overflow: hidden;
}

.menu-list a.is-active {
  background-color: #cf9f00;
  color: #fff;
  font-weight: 500;
}

.menu-list li a:hover {
  background: #2b2b2b;
}

.token.number {
  display: inline;
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: inherit;
  border-radius: inherit;
  font-weight: inherit;
  white-space: inherit;
  background: inherit;
  margin: inherit;
}
.footer {
  background-color: white;
}
