
body {
	color: #101010;
	background-color: #000000;
	overflow: hidden;
}

.sign {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
}

.sign .child {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
	color: #101010;
  /* margin: 0 auto; */
  font-size: 12vw;
}

.links {
  position: absolute;
  bottom: 0px;
	width: 100%;
	text-align: center;
}

.hidden {
	display: none;
}

a {
  color: #808080;
  text-decoration: none;
}
