body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("./haus_am_mincio_luftaufnahme_tiny.jpg") no-repeat center center fixed;
  background-size: cover;
}
h1 {
  font-size: 2em;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
p {
  text-align: center;
}
.contact-info {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.5em;
  }
  .contact-info {
    padding: 10px;
  }
}
