/* Full white page */
html, body {
  height: 100%;
  margin: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

/* Top-left brand */
.top-left {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 20px;
  font-weight: 400;
}

/* Bottom text */
.bottom {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 400;
}
