body {
  margin: 0;
  padding: 0;
  background-color: #0c0c0c;
  background-image: url('images/SpellerVenturesBG.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .centered-image {
  display: block;
  margin: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  height: auto;
}

.centered-text {
  color: #686868;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}