.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 10px 15px;
  margin: 5px 0;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.2s ease;
}

.download-btn:hover {
  background-color: #0056b3;
}

.download-btn svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: currentColor;
}
