html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Rubik Mono One', sans-serif;
  background: #22292C;
}

svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#d{
	position: absolute;
	text-align: center;
	top: 20%;
	  left: 50%;
	  transform: translateX(-50%);
	  width: 500px;
	 
}
button{
  z-index: 2;
  height: 26px;
  width: 100px;
  box-shadow: 0px 0px 0px 1px #2868c8;
	color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    background: #3385ff;
    border-bottom: 1px solid #2d78f4;
    outline: medium;
	border: 1px solid #2868c8;
}

.input {
  z-index: 2;
  font-size: 20px;
  font-family: helvetica, sans-serif;
  background: none;
  border: 1px solid #ddd;
  color: #eee;
}

.text, .offscreen-text {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  margin: 0;
}

.offscreen-text {
  text-align: center;
  top: -9999px;
}

.text span {
  position: absolute;
}

