body {
  font-family: 'Arial', sans-serif;
  background-color: #f9f9f9;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
}
.container {
  text-align: center;
  padding: 40px;
  background: white;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border-radius: 10px;
}
h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #0078ff;
}
.sale-text {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.contact a {
  color: #0078ff;
  text-decoration: none;
}
.image-container {
  margin-top: 20px;
}
.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}