.must-reads {
  text-align: center;
  font-family: 'Georgia', serif;
  padding: 40px 20px;
}

.must-reads h2 {
  font-size: 32px;
  margin-bottom: 20px;
  text-decoration: underline;
  padding-bottom: 1em;
}

.must-reads .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.must-reads .item {
  font-size: 2em;
  transition: color 0.3s ease;
  text-decoration: none;
  color:#000;
}

.must-reads .item:hover{
    color:orange;
}

/* Font classes */
.font-bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.font-serif {
  font-family: 'Times New Roman', serif;
}

.font-medium {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}
