body {
  background-color: #EBEEF4;
}

p {
  text-align: justify;
  text-justify: inter-word;
}

h3 {
  font-size: 18px;
}

.stockPriceTable, .stockPriceTable th, .stockPriceTable td {
  border: 1px solid black;
  border-collapse: collapse;
}

.stockPriceTable {
  width: 100%;
}

.main-container {
  padding: 12px;
}

.entry {
  margin-bottom: 2em;
  font-size: 16px;
}

.banner {
  width: 100%;
  border-radius: 20px;
  overflow:hidden;
}

.guide-title2 {
  font-size: 18px;
  font-weight: 600;
}

.highlight {
  font-weight: 600;
}

.widget-list {
  line-height: 2.5;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #1C1C1E;
        color: white;
    }
}
