@charset "UTF-8";
.logo-text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    font-family: Arial, sans-serif;
}

.logo-text::first-letter {
    font-size: 40px;
    color: white;
    background: #007bff;
    padding: 10px 15px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}