.logo-text {
    font-weight: 900;
    letter-spacing: 2px;
    font-size: inherit;
}

.logo-solo {
    color: white;
}

.logo-fit {
    background: linear-gradient(to right, rgba(0, 150, 200, 1), rgba(0, 217, 255, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
