body {
  background: #fff;
  color: #717274;
  font-family: 'Arial', cursive;
  font-weight: 100;
}

div.label {
  font-weight: 100;
  font-stretch: normal;
  font-size: 2em;
  text-align: center;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.img {
  margin: auto;
}

div.subtext {
  text-align: center;
  font-size: 1em;
}

button {
  display: none;
}