body {
  background-color: black;
  color: white;
  font-family: 'Bebas Neue', sans-serif;
}

.page-title {
  display: flex;
  justify-content: center;
}

.contact {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
}