#letters {
    fill: black !important;
}

.letters {
    fill: white;
}

.upperSky {
    fill: rgb(50, 0, 70, 0.3);
}

.mountain {
    fill: #4338d1;
}

.invisibleSky {
    fill: rgb(24, 45, 93) !important;
}

.snowHighlight {
    fill: white;
}

.bloomAboveArch {
    fill: rgb(255, 144, 149);
}

.bloomUnderArc {
    line-height: inherit;
 }

.border {
    stroke: black;
    stroke-width: 1;
    fill: none;
}

.mountainFrame {
    fill: #3e2181;
}

.cross {
    fill: #56310c;
}

.arc {
    fill: rgb(251, 204, 212);
    stroke-width: 1;
    stroke: rgb(251, 204, 212);
    ;
}

#finalContent {
    clip-path: rect(0, 912, 1236, 0);
    /*x="6" y="2" width="902" height="1236")*/
}


.shown {
    display: inline;
    fill: red;
}

#snow {
    fill: red;
}

/* #jimsTest-5 {
    mask-image: radial-gradient(ellipse, black 50%, rgba(0, 0, 0, 0.5) 50%);
    mask-mode: alpha;
    -webkit-mask-image: radial-gradient(ellipse, black 50%, rgba(0, 0, 0, 0.5) 50%);
    -webkit-mask-mode: alpha;
} */