html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body {
  text-align: center;
}
canvas {
  top: 0;
  left: 0;
  position: absolute;
  height: 300%;
  width: 100%;
  z-index: -1;
}
.page {
  height: 100%;
  position: relative;
  background-color: rgba(255,255,255,0.6);
}
.page-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.title {
  font-size: 15em;
  line-height: 1;
  cursor: default;
}
.favioli {
  font-size: 8em;
  padding: 0;
  margin: 0;
  cursor: default;
}
.favioli-subtitle {
  font-size: 2em;
  opacity: 0.7;
  cursor: default;
}
img.comparison {
  width: 80%;
  border: 3px solid #000;
}
img.chrome {
  display: inline-block;
  width: 140px;
}
div.download {
  font-size: 3em;
  padding-top: 10px;
  color: #333;
}
