:root {
    --themeWrapperBackgroundImage: url("/themes/75/bkg.jpg");
    --themeHeaderBackgroundImage: url("/themes/75/bkg_header.png");
    --themeHeaderDecorationsImage: url("/themes/75/decorations.png");
    --themeHeaderMobileImage: url("/themes/75/header_mobile.png");
    --themeTitleColor: #a2cce5;
    --themeTitleShadow: .1rem .1rem .2rem black;
    --themeSubtitleColor: #c34994;
    --themeSubtitleShadow: .1rem .1rem .2rem black;
    --themeTitleMobileColor: #3d7099;
    --themeSubtitleMobileColor: #0f7781;
    --themeInstitutionColor: #a2cce5;
    --themeInstitutionShadow: .1rem .1rem .2rem black;
}