.line {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: var(--header-bg, #330033);
    z-index: 5;
    display: flex;
    align-items: center;
    padding-left: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.logotext {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.line img {
    width: 50px;
}

.texttop {
    color: var(--header-text, #fff);
    margin-left: 10px;
    font-size: 32px;
    white-space: nowrap;
}