html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    min-height: 100vh;
}

h1,h2,h3,h4,h5,h6,p {
    margin:0;
    padding:0;
}

input ,input:hover, input:focus, input:active, input:disabled,
textarea, textarea:hover, textarea:focus, textarea:active, textarea:disabled,
select, select:hover, select:focus, select:active, select:disabled
{
    border:none;
    outline:none;
    box-shadow:none;
    box-sizing: border-box;
}

button {
    border:none;
    outline:none;
}

a {
    text-decoration: none;
    box-sizing: border-box;
}

div,section,footer {
    box-sizing: border-box;
}
