.logo-container {
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 165px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.company-name {
    font-size: 28px;
    font-weight: bold;
}

.company-text {
    font-size: 14px;
    margin-top: -6px;
}