body {
  background-color: black;
}

.centered {
  margin-top: 25px;
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.centered p {
  color: white;
}
