How to make a horizontal scrolling website?

How to make a horizontal scrolling website? Apparently I know that if I set "overflow x: hidden" in the css of the body tag and fix the height of the page to 100vh then it will become a horizontal scrolling website but the problem with bootstrap studio is that the css for the body tag is predefined and is locked and hence can't be changed. So please tell me a way to overwrite this so that i can execute this code i want.

CSS I want to put up is:

    width: 4000px;
    height: auto;
    max-height:100vh;
    overflow-y: hidden;

Copy the body class into your own custom css file and you can override the default