
body {
  font-family: Arial, sans-serif;
  background: #f4f4f4;
  color: #333;
  text-align: center;
  padding: 50px 20px;
}
.container {
  max-width: 600px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 {
  color: #2a5d84;
}
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 8px;
}
.contact {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
}
.highlight {
  font-weight: bold;
}
