.experimentSection {
    margin: 16px;
    padding: 16px;
}
.audioContainer {
    margin: 8px;
    padding: 0px;
    border-radius: 16px;
    background-color: lightgrey;
    align-items: center;
    justify-content: center;
    justify-items: center;
    flex-direction: row;
    width: 100%;
}
.audioCard {
    margin: 16px;
    padding: 32px 16px;
    border-radius: 24px;
    background-color: white;
    justify-content: center;
    justify-items: center;
    flex-direction: column;
    font-size: 1em;
    font-weight: bold;
    width: min-content;
}

.sectionTitle {
    width: 100%;
    text-align: center;
}

.gtText {
    width: 100%;
    text-align: center;
}

.blurred-text {
  filter: blur(5px);
  transition: filter 0.3s ease;
  cursor: pointer;
}

.blurred-text:hover {
  filter: blur(0);
}

.toc-container {
    background-color: #f5f0ff; /* light purple */
    padding: 16px;
    padding-right: 48px;
    border-radius: 12px;
    max-width: 540px;
    margin: 32px 0;
}

.toc-title {
    margin: 0 0 8px 0;
    color: #3b0ca3;
    font-size: 1.25rem;
    font-weight: 700;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin: 6px 0;
}

.toc-list li a {
    color: #712cf9;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

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

html {
    scroll-behavior: smooth;
}
