canvas {
  position: absolute;
  top: 0;
  left: 0;
}
p {
  margin: 0 0;
  position: absolute;
  font: 16px Verdana;
  color: #eee;
  height: 25px;
  top: calc(100vh - 30px);
  text-shadow: 0 0 2px white;
}
.box{
 width: 200px;
  margin: 10rem auto;
  text-align: center;
  background: #e7e7e7;
  padding: 20px;
}
p a {
  text-decoration: none;
  color: #aaa;
}
span {
  font-size: 11px;
}
p > a:first-of-type {
  font-size: 20px;
}
body {
  overflow: hidden;
}
input.login{
	background: #e47;
	border: none;
	padding: 5px 15px;
	border-radius: 5px;
}
