.section-title-container {
    display: grid;
    place-items: center;
    padding: 5px 0;
  }
  
  .section-title {
    font-size: 48px;
    color: #c3c3c3;
    text-decoration: none;
    font-style: bold;
    text-decoration: underline;
  }

  .section-subtitle {
    font-size: 18px;
    color: #C3C3C3;
    margin-top: 10px;
    text-align: center;
  }