body {
  background-color: black;
}

.container {
  display: flex;
  justify-content: center;
}
p {
  text-align: left;
  font-family: arial narrow, sans-serif;
  color: pink;
}