/* halloweenGreatings.css */
/* 🎃 Styles for Halloween microsystem */

.halloween-container {
  text-align: center;
  background-color: #1a1a1a; /* dark spooky backdrop */
  padding: 15px;
  border-bottom: 3px solid orange;
}

.halloween-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 102, 0, 0.7);
}

.halloween-text {
  font-family: 'Merienda', cursive;
  font-size: 1.8em;
  color: orange;
  margin-top: 10px;
  text-shadow: 2px 2px 4px black;
}
