html, body {
    width: 100%;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: #ffffff;
}
#header {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
