body {
  margin: 0;
  padding: 20px;
  font-family: 'Noto Sans', sans-serif;
  background: #e8edf1;
}

.container {
  max-width: 400px;
  margin: auto;
}

h1 {
  text-align: center;
  font-size: 20px;
  color: #000000;
}

label {
  font-weight: bold;
  display: block;
  margin: 10px 0 5px;
}

input, select, textarea {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#card-preview {
  position: relative;
  width: 310px;
  height: 420px;
  background-image: url('http://shocksandesh.com/wp-content/uploads/2025/07/deathcard.png');
  background-size: cover;
  background-position: center;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0, 0, 0);
  overflow: hidden;
  text-align: center;
  padding: 20px 40px;
  box-sizing: border-box;
  color: #0a0a0a;
}

#card-preview img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 10px auto;
}

.religion-symbol {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.religion-text {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
}

#downloadBtn {
  display: block;
  width: 100%;
  padding: 10px;
  background: #4CAF50;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 10px;
}

#downloadBtn:hover {
  background: #45a049;
}
/* ...existing code... */

#card-preview h2,
#card-preview p,
#card-preview .religion-text {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.20;
}

#card-preview img {
  margin: 6px auto;
}

.religion-text {
  margin: 6px 0;
  font-size: 18px;
}

/* ...existing code... */