html {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  padding-top: 25px;
  width: 50%;
  margin: 0px auto;
  background-color: #fff;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

h2 {
  font-size: 1.75em;
  line-height: 1.3;
  margin: 1.5em 0 0.75em;
}

p {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 1em 0;
}

/* Make bullet points and their text larger */
.main ul, .main ol {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 1em 0;
}

.main a {
  color: #6a9fb5;
}

.icons {
  font-size: 4em;
  color: black;
  text-align: center;
  margin-top: 25px;
  border-top: solid;
  border-color: #6a9fb5;
  border-top-style: dotted;
}

.icon {
  color: #6a9fb5;
  margin: 20px 10px 0px 10px;
}

/* Posts list styles */
.posts-list {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.posts-list h2 {
  margin-bottom: 20px;
  color: #333;
  font-size: 1.75em;
}

.posts-list p {
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1.4;
  flex-wrap: nowrap;
  gap: 1em;
}

.posts-list a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.1em;
  min-width: 0;
  flex: 1;
  white-space: normal;
  line-height: 1.4;
}

.posts-list a:hover {
  text-decoration: underline;
}

.post-date {
  color: #666;
  font-size: 0.9em;
  white-space: nowrap;
  text-align: left;
}

.section {
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #eee;
}

.section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section h2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 1em;
}

@media screen and (max-width: 1200px) {
  body {
    width: 85%;
    margin: 0px auto;
  }
  .icons {
    font-size: 2em;
  }
}

@media screen and (max-width: 600px) {
  body {
    width: 92%;
    padding-top: 15px;
  }
  
  h1 {
    font-size: 2em;
  }
  
  h2 {
    font-size: 1.5em;
  }
  
  p {
    font-size: 1.1em;
  }
  
  .posts-list a {
    font-size: 1em;
  }
  
  .post-date {
    font-size: 0.85em;
  }
  
  .icons {
    font-size: 1.75em;
    margin-top: 2em;
  }
}
