@font-face {
    font-family: 'MyPoppins';
    src: url('fonts/Poppins-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    font: 12px/1.125 "\5FAE\8F6F\96C5\9ED1 ", "\5B8B\4F53";
    color: #292a2e;
}
html{
    /* font-size: 62.5%; */
	font-size: 16px;
}
html,
body {
    /* height: 100%;
    height: 100vh; */
    min-height: 100vh;
	font-family: 'MyPoppins', sans-serif;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
}

body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
dl,
dd,
hr,
select,
option,
th,
tr,
td,
textarea {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

::-webkit-scrollbar{display:none; width:0; height: 0;}