.brawlstars-image {
width: 100%;
max-width: 100%;
display: block;
height: auto;
}
.download-button {
  display: inline-block;
  padding: 6px 12px;
  color: #ffffff; /* White text */
  text-align: center;
  text-decoration: none;
  background-color: #ffcc00; /* Bright yellow */
  border: 2px solid #ff5500; /* Bold orange border */
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px; /* Slightly larger text for a playful look */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.download-button:hover {
  background-color: #ff8c00; /* Lively orange on hover */
  transform: scale(1.05); /* Subtle zoom effect */
}

.download-button:active {
  background-color: #e67300; /* Slightly darker orange when clicked */
  transform: scale(0.95); /* Button pressed effect */
}

.post-content .post-text a {
color: #0f88f1;
text-decoration: none;
}