body{
  background-color: black;
  color: white;
  font-family: helvetica;
}

.box {
  border: 2px solid;
  height: 1000px;
  width: 700px;
  padding: 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #ff3842;
}