@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body,
html {
    height: 100%;
    font-family: "Arial", sans-serif;
    color: rgb(31, 31, 31);
    font-size: 1em;
    line-height: 1;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a,
a:hover,
a:active,
a:visited,
a:any-link {
    text-decoration: none;
}