.p10c1{
    position: absolute;
    left: 14%;
    top: 14%;
    font-family: "Noto Sans";
    font-size: 120px;
    font-weight: 900;
    line-height: 120px;
    display: flex;
    align-items: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" 0.5;
    font-feature-settings: "kern" on;
    background:linear-gradient(0deg, #FFFFFF 14%, rgba(255, 255, 255, 0) 63%), linear-gradient(285deg, #FCFCFC 20%, rgba(189, 188, 254, 0.8) 69%, rgba(152, 150, 255, 0.6) 92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}