html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Circular Std', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    background: #F6F6F6;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 3px solid #f78430;
}


p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
li,
div,
nav,
header,
form,
input,
button,
img,
dialog,
footer {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}

body::-webkit-scrollbar {
    width: 14px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #F6F6F6;
    /* background: #f7833067; */
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #f78430;
    border: 4px solid #F6F6F6;
    /* border: 4px solid #FBCCAB; */
}
