html, body {
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  background: #ECF0F3;
}

nav.navbar {
  border-top: 4px solid #02c39a;
  margin-bottom: 1rem;
}

.navbar-item.brand-text {
  font-weight: 300;
}

.navbar-item, .navbar-link {
  font-size: 14px;
  font-weight: 700;
}