.main_title {
  font-size: 3.5em; /* You can adjust the size to your preference */
  color: #636363; /* Replace 'red' with the color name you want */
  margin-top: 1em;
  font-weight: 800; /* You can use numeric values for more control */
}


.date{
  font-size: 1.6em; /* You can adjust the size to your preference */
  color: #636363; /* Replace 'red' with the color name you want */
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 1000; /* You can use numeric values for more control */
}

.link_box
{
  width: 50%; /* You can adjust the width based on your design */
  margin: 0 auto; /* This centers the div horizontally */
  text-align: left; /* This aligns the text inside the div to the left */
}

.list_head{
  font-size: 1.5em; /* You can adjust the size to your preference */
  color: #636363; /* Replace 'red' with the color name you want */
  font-weight: 900; /* You can use numeric values for more control */
  text-decoration: underline;
}

.list_link{
  font-size: 1.2em; /* You can adjust the size to your preference */
  color: #636363; /* Replace 'red' with the color name you want */
  font-weight: 800; /* You can use numeric values for more control */
  text-decoration: none;
}

