main {
  color: white;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  cursor: default;
}

.title {
  font-family: "FS", sans-serif;
  font-size: 8em;
  margin: 0;
}
.subtitle {
  font-family: "SegoeUI", sans-serif;
  font-size: 4em;
  margin: 0;
}
.footer {
  font-family: "Times New Roman", serif;
  font-size: 0.75em;
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0;
  z-index: 1;
}
