a {
  color: inherit;
}
body {
  background-color: #1f1f1f;
  color: #e9e9e9;
  /* cursor: default; */
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  margin: 60px 16px 16px;
}
header {
  /* -webkit-backdrop-filter: blur(10px); */
  /* backdrop-filter: blur(10px); */
  background-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 22px;
  padding: 10px 15px;
  /* user-select: none; */
  /* -webkit-user-select: none; */
}

.common {
	text-align: center;
	padding: 40px;
}

#logo {
	width: 100px;
	height: 100px;
}

#content {
	max-width: 480px;
	margin: 0px auto;
	padding: 0 8px;
	line-height: 1.6;
	font-size: 24px;
}

#bottom {
	font-size: 12px;
}