body {
  background: lightgray;
}

.logo {
  height: 4em;
}

.pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-box {
  margin-top: 3em;
  padding: 2em;
  text-align: center;
  background: white;
}

.pure-button-primary {
  font-size: 110%;
}

.info {
  text-align: center;
  font-size: 75%;
  color: rgba(10, 10, 10, 0.7);
}

.spaced {
  line-height: 1.5;
}
