body {
  font-family: 'Roboto', sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 20px;
}

.container {
  max-width: 800px;
  background: #ffffff;
  border: 2px solid #E4E4E7;
  border-radius: 10px;
  padding: 30px;
  margin: auto;
  text-align: center;
  color: #596172;
}

h3 {
  color: #48d6de;
  margin-bottom: 20px;
}

input[type="date"] {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#quoteContainer {
  margin-top: 20px;
  position: relative;
  display: inline-block;
}

.quote-text {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.copy-btn {
  background-color: #48d6de;
  border: none;
  color: white;
  padding: 6px 12px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 10px;
}

.copy-btn:hover {
  background-color: #3ac2cb;
}

.preview-quotes {
  margin-top: 40px;
  text-align: left;
}

.preview-quotes h2 {
  font-size: 20px;
  color: #48d6de;
  margin-bottom: 10px;
}

.quote-box {
  background: #f9f9f9;
  border: 1px solid #E4E4E7;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  position: relative;
}

.quote-date {
  font-size: 14px;
  color: #48d6de;
  margin-bottom: 8px;
  font-weight: bold;
}

.footer {
  font-size: 14px;
  margin-top: 30px;
  color: #888;
}
