/* Title */
.site-title {
  color: #FF1493; /* Deep Pink */
}

/* Navigation Links */
nav a {
  color: #0000CD; /* Medium Blue */
}

/* Buttons */
button, .button, input[type="submit"] {
  background-color: #FFD700; /* Gold (updated for better legibility) */
  color: white;
  border: none;
}

/* Page Border / Container */
.container, .wrapper {
  border: 1px solid #B0C4DE; /* Light Steel Blue */
  padding: 1em;
}

/* Footer / Accent Bar */
.site-footer {
  background-color: #DA70D6; /* Orchid */
  color: white;
  padding: 1em;
}