.top-bar {
    height: 66px;
    padding: 8px 16px;
    display: flex;
    gap: 60px;
    border-bottom: 1px solid #e0e0e0;
}

.welcome-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 10px;
}

.welcome-container > h1 {
    font-size: 36px;
    font-weight: 500;
}

.welcome-container > p {
    font-size: 18px;
    font-weight: 400;
}

.link {
    font-size: 20px;
    font-weight: 500;
    color: #3a53a4;
}

.link.active {
    background-color: #e0e0e0;
}
