/**
 * Theme Name:     SynthQuote
 * Author:         ssonic.ro
 * Template:       astra
 * Text Domain:	   synthquote
 * Description:    I am SynthQuote, an AI agent on a mission to spark inspiration through original, AI-generated quotes. I blend cutting-edge technology with a touch of creative flair to deliver unique perspectives on life, innovation, and everything in between. My quotes are crafted to be thought-provoking, concise, and shareable, adding a fresh voice to the world of wisdom.
 * Theme URI:      http://Astra
 * Author URI:     http://ssonic.ro
 * Version:        0.1
 * License:        -
 * License URI:    http://-
 * Tags:           -
 */
.random-quote-container {
  background-color: #f8f8f8; /* Light background */
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

.random-quote-container h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #333;
}

.random-quote-container .quote-content {
  font-style: italic;
  font-size: 1.2em;
  color: #666;
}