.app-header {
  background: #001f3f;
  padding: 10px 20px;
}

.app-header > .title {
  color: #fff;
  font-size: 1em;
  margin: 0;
}

.app-header > .fps {
  position: absolute;
  top: 10px;
  right: 20px;
  margin: 0;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #fff;
}
