body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  background-color: #000; /* Optional */
  color: #fff;
}

.top-center-image {
  margin-top: 10px; /* Adjust this as needed */
}

center-text {
  text-align: center;
  font-size: 5rem;
  margin-top: 2rem;
  font-family: Arial, sans-serif;
}