.textWidget--5 {
    --tw-prose-headings: #9ef0cd;
    --tw-prose-p: #9ef0cd;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #9ef0cd;
    --tw-prose-bullets: #9ef0cd;
    max-width: 640px;
    padding-top: 24px; 
    padding-bottom: 1px; 
    line-height: 1.75; 
    background-color: #0c0000;
    color: #9ef0cd;
}

.textWidget--5 a {
    color: var(--link_color);
    text-decoration: none;
}

.textWidget--5 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.photoGridWidget--7 {
    padding-top:0px; 
    padding-bottom: 0px;
    background-color: #030000;
    color: var(--text_color); 
}

.photoGridWidget--7 a {
    color: var(--link_color);
}