:root {
    --accent: #000;
    --accent-bg: #000;
    --color: #fff;
    --body-bg: #fff;
    --h-font: Arial, sans-serif;
    --p-font: Arial, sans-serif;
    --secondary-text: #8e8e8e;

        --fs-1: 12px;
        --fs-2: 14px;
        --fs-3: 16px;
        --fs-4: 18px;
        --fs-5: 20px;
        --fs-6: 27px;
        --fs-7: 32px;
        --fs-8: 36px;
        --fs-9: 42px;
    

    --mw: 1110px;
}
.box {
    width: 40px;
    transition: 2s ease;
}
.box.move {
    left: calc(100% - 40px);
}