body {
    text-align: center;
    background-color: rgb(27, 27, 27);
}

.junsang_text {
    font-size: 100px;
    color: transparent;
    background: linear-gradient(90deg,rgba(5, 184, 255, 1) 0%, rgba(38, 255, 129, 1) 50%, rgba(255, 233, 38, 1) 100%);
    text-align: center;
    -webkit-background-clip: text;
}

.junsang_text_sub {
    font-size: 30px;
    color: transparent;
    background: linear-gradient(90deg,rgba(140, 222, 255, 1) 0%, rgba(163, 255, 201, 1) 50%, rgba(255, 250, 201, 1) 100%);
    text-align: center;
    -webkit-background-clip: text;
}

.bigtext {
    font-size: 25px;
    color: transparent;
    background: linear-gradient(90deg,rgba(140, 222, 255, 1) 0%, rgba(163, 255, 201, 1) 50%, rgba(255, 250, 201, 1) 100%);
    text-align: center;
    -webkit-background-clip: text;
}

strong {
    font-size: 120%;
}