body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Helvetica Neue;
  font-weight: 200;
  font-size: 20px;
  background-color: #313131;
  background-image: radial-gradient(
    ellipse farthest-corner at 45px 45px,
    hsla(0, 80%, 100%, 0.32) 0%,
    hsla(0, 80%, 80%, 0.16) 60%,
    hsla(0, 80%, 80%, 0) 95%
  );
  color: #ccc;
}

img {
  width: auto;
  max-width: 80%;
}

.revision {
  font-weight: 200;
  position: fixed;
  top: 32px;
  left: 32px;
}

.network-message {
  font-weight: 200;
  position: fixed;
  bottom: 32px;
  right: 32px;
}

#model {
  width: 300px;
  height: 200px;
  background: #959fa9;
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  z-index: 99;
}
