/* Add here all your CSS customizations */
.gradient-text {
    background-image: linear-gradient(to right, #B700FF, #ff9115);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
    color: #0088cc;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
}