body {
  color: #eeeeee;
  background: #121212;
}

a {
  color: #809fff;
}

div.body {
  padding: 1em;
  background: #212429;
}

.header {
  font-size: 0;
}

.header-item {
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
}

.header-item:first-child {
  border-radius: 3px 0 0 3px;
}

.header-item:last-child {
  border-radius: 0 3px 3px 0;
}

.header-item img {
  vertical-align: middle;
}
