#Indigo_Downloads_Section {
    border-color: #4c1d95;
    background-color: #ede7f5;
}
#Indigo_Downloads_Section .SubSectionTitle {
    color: #4c1d95;}
#Indigo_Downloads_Section h3 { 
    color: #4c1d95;
}
#Indigo_Downloads_Section a{
    text-decoration: none;
    margin: 0.5rem;
    padding: 0.25rem;
    border-radius: 10px;
    background-color: #4c1d95;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 8rem;
}
#Indigo_Downloads_Section img {
    width: 4rem;
}
.DownloadsSubSection{
    border-color: #4c1d95;
}