.header {
    position: sticky;
    top: 0; width: 100%; z-index: 1000;
    padding: 20px 0;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.back-link {
    text-decoration: none;
    color: #fff;
    display: flex;
    gap: 5px;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto Mono', monospace;
}

.back-link__text {
    border-bottom: 1px solid #fff;
}