body {
  font-family: Arial, sans-serif;
  background-image: url("./welcome_graphic_for_website_care_for_local.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  color: #fff; /* Change this color to suit your background image */
}

.container {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(
    0,
    0,
    0,
    0.6
  ); /* Semi-transparent background for the text */
}

.container h1 {
  font-size: 2em;
}

.container p {
  font-size: 1.2em;
}
