
.angel{
  background-image: url(../assets/angel.webp);
}

.gold {
  background:
    radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top,    #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.text-gold {
  background:
  radial-gradient(ellipse farthest-corner at right bottom, #ffe465, #fdb931 8%, #9f7928 30%, #f5cf3b 40%, transparent 80%),
  radial-gradient(ellipse farthest-corner at left top, #ffffff, #ffffac 19.33%, #d1b464 40.34%, #5d4a1f 62.5%, #5d4a1f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block; /* pre istotu, aby to fungovalo konzistentne */
}
