@charset "utf-8";
/* CSS Document */

:root {
  --highlight-yellow: #FFFF33;
  --highlight-green: #00FF00;
  --highlight-gold: #FFD700;
  --text-white: #FFFFFF;
  --background-black: #000000;
  --accent-red: #FF4444;
  --accent-blue: #3366FF;
}
button.buy-now {
  background-color: var(--background-black);
  color: var(--text-white);
  border: none;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s ease;
}

button.buy-now:hover {
  background-color: var(--highlight-yellow);
  color: var(--background-black);
}
h1.heading-2 {
  margin-right: auto;
  margin-left: auto;
  max-width: 795px;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0 inset;
  text-align: center;
  text-shadow: #3c454f 5px 5px 5px;
}

h4.heading-1 {
  background-color: rgba(8, 8, 243, .8);
  color: #fff;
  text-align: center;
  font-weight: 700;
}

<h2.featured-heading {
	color:#FF0;
}

a {
  color: #FF0; /* Example color */
}

.featured-title {
  color: #FF0;
  font-family: 'Georgia', serif;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
}

.site-title {
  color: #909;             /* purple-ish */
  font-family: 'Georgia', serif;
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-shadow: 1px 1px 8px #fff9e0, 0 2px 6px #bfa14b33;
}
