body {
  background-color: #EBEEF4;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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;
}

.new-feature-container {
  padding: 0 16px;
  color: #515151;
}

.new-feature-container p {
  padding: 0;
  margin: 6px auto 18px auto;
}

.new-feature-title {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  opacity: 0.8;
}

.guide-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 4px;
}

.feature-image {
  width: 100%;
  display: block;
  margin: 18 auto 36 auto;
}

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

    .new-feature-container,
    .new-feature-title {
      color: white;
    }
  }
