
.container {
  max-width: 900px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h4 {
  color: #444;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: solid;
  font-weight: bold;
}

p {
  margin-bottom: 15px;
  text-align: justify;
}

.company {
  font-weight: bold;
  color: #1a73e8;
}

.ticker {
  color: #666;
  font-size: 0.9em;
}

.image-container {
  text-align: center;
  margin: 20px 0;
}

.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}