#NPSsvg {
    width: 210px;
    margin-top: -30px;
}

.NPSTausta {
    fill: #f48622;
    opacity: 0.15;
}
.NPSshadow {
    fill: white;
    filter: drop-shadow(0px 0px 10px rgba(244, 134, 34, 0.5));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(244, 134, 34, 0.5));
}
.NPSgradient {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-image: conic-gradient(from 180deg at 50% 50%, #f5bd8a, #f5b479, #f6ab69, #f6a258, #f59947, #f59036, #f48622);
}
