.quote-box {
background: #2c3e50;
padding: 30px;
border-radius: 10px;
text-align: center;
max-width: 600px;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.quote {
font-size: 24px;
margin-bottom: 15px;
}
.author {
font-size: 18px;
color: #bdc3c7;
}
button {
margin-top: 20px;
padding: 10px 20px;
font-size: 16px;
border: none;
background-color: #e67e22;
color: white;
border-radius: 5px;
cursor: pointer;
}
Click the button to get a quote!
New Quote