
.welcome {
    background-image: #43cea2;
    background-image: -webkit-linear-gradient(to right, #185a9d, #43cea2);
    background-image: linear-gradient(to right, #185a9d, #43cea2);

    font-size: 45px;
    font-weight:650;

    background-clip:text;
    -webkit-background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;

    font-family: "Comfortaa", sans-serif;

    user-select: none;
}