body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: url('https://th.bing.com/th/id/R.8ebc7dda6ee4ecea5b2a38d895fc88c2?rik=p82VXMlM%2bTkvfw&pid=ImgRaw&r=0') no-repeat center center fixed;
  background-size: cover;
  color: white;
  text-align: center;
  height: 100vh;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 10px #000;
}

.download-btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.5rem;
  color: white;
  background-color: #ff4500;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 2px 2px 10px #000;
  transition: all 0.3s ease;
}

.download-btn:hover {
  background-color: #ff6347;
  transform: scale(1.05);
}

p {
  margin-top: 15px;
  font-size: 1rem;
  text-shadow: 1px 1px 5px #000;
}
