.brand-logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: contain;
    background-color: #4b3471;
}

.brand-text {
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #5C407F;
}

html.dark .brand-text {
    color: white;
}


.startupworldcup-logo {
    width: 160px;
    height: 160px;
    object-fit: contain;
    /* background-color: #4b3471; */
    border-radius: 8px;
    padding: 4px;
}

.brand-text {
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: 500;
    color: #1a1a1c;
}
