.header-container {
    display: flex;
    align-items: center;

    background: #001529;
    height: 45px;
    box-shadow: 1px 1px 10px;
}

.logo {
    display: flex;
    align-items: center;
    width: 42px;
    height: 32px;
}

.logo span {
    margin: 0 14px;
    font-size: 40px;
    font-weight: bolder;
    background: linear-gradient(#27C7FF, #0D6CFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-name {
    margin-left: 10px;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    text-decoration: none;
}

.left {
    margin: 0 10px 0 auto;
}

.header-a {
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}