﻿.logo-header {
    display: flex;
    align-items: center;
}

.logo-text {
    font-family: "Ubuntu", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #5b4f9d;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
}

    .logo-text:hover {
        color: #4a45b0;
    }

@media (max-width: 768px) {
    .logo-text {
        font-size: 18px;
    }
}

