body {
  background-image: url('hjbackground.jpg');
  background-size: cover;
  background-position: center;
  font-family: Arial, sans-serif;
  height: 100vh;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #ffffff;
}

.container h1 {
  font-size: 36px;
}

.container p {
  font-size: 18px;
}
