:root {
    --text-color-gray: #9398a2;
    --text-main-color: #1d242d;
}

.button {
    border: 1px solid #f0f0f0;
    background: var(--text-main-color);
    border-radius: 6px;
    padding: 4px 12px;
    transition: 0.3s ease;
    color: #ffffff;
}
