html {
  background:#000;
}
html, body {
     margin: 0;
     width: 100%;
     height: 100%;
     font-family: Helvetica, Arial, sans-serif;
     color:#2723ef;

}

a {
  color:#2723ef;
  text-decoration:none;
  border-bottom:2px solid #2723ef;
}
/*
.wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:80%;
}
*/

.wrp {
  position:absolute;
  bottom:0;
  right:0;
  padding:40px;
}
.cnt {
  width:420px;
  margin:0 auto;
  text-align:right;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 14px;
}
h1 {
  margin:0; padding:0;
}

@media only screen and (max-width: 768px) {
     .cnt {

          width:280px;
          font-size: 12px;
          /*letter-spacing: 4px;*/
     }
}
