.protect {
    width: 100%;
    position: absolute;
    top: 2px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.protect__item {
    font-size: 8px;
    line-height: 10px;
    color: var(--Black, #000);
    opacity: 0.5;
}

.protect__item a {
    color: inherit;
    text-decoration: none;
}