/*------------------------------------- PREVENT LAYOUT SHIFT ----------------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}