:root {
    --color-white: #ffffff;
    --color-text-dark: #1b1b18;
}

.footer-same {
    background-color: var(--color-text-dark);
    color: var(--color-white);
    text-align: center;
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
    box-sizing: border-box;
}
