/* Global fixes for layout issues */
html, body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}
