


.main-intro {
    margin-bottom: 10px;
    /* color: #f9f6f6; */
    color: #c8c8c8;
    border-radius: 8px;
    max-width: 620px;
    margin: 50px auto;
    text-align: left;
    overflow: scroll;
    /* font-family: Menlo, "Meslo LG", monospace; */
    font-size: 14px;
    font-weight: 400;
    hyphens: auto;
    line-height: 24px;
}

.main-content {
  flex: 1; /* Take remaining space */
  overflow-y: auto; /* Enable vertical scroll for content */
  padding: 20px;
  background-color: #282828;
}

h2 {
  color: #9759e1;
}

h3, h4 {
  color: #a490bd;
}

.blog-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh; /* Full viewport height */
}

.blog-content {
  text-align: center;
}

.blog-title {
  font-size: 2em;
  margin-bottom: 10px;
  /* color: #f9f6f6; */
  /* color: #aad6ff; */
  /* color: #9759e1; */
  color: #a490bd;
}

.blog-synopsis {
  font-size: 1.2em;
  color: #f9f6f6;
  text-align: left;
  margin: 15px auto;
  text-align: left;
  overflow: scroll;
  /* font-family: Menlo, "Meslo LG", monospace; */
  font-size: 14px;
  font-weight: 400;
  hyphens: auto;
}

.blog-content a {
  text-align: left;
  overflow: scroll;
  text-decoration: none;
  color: #fff;
}

.code-links {
  text-decoration: underline;
  color: #fff;
}