div,
body,
html,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
li,
input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input {
  outline: none;
  padding: 0;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul,
li {
  list-style: none;
}

a {
  color: rgba(26, 56, 51, 1);
  text-decoration: none;
}

html {
  color: rgba(26, 56, 51, 1);
  font-size: 100px;
  font-family: GNT;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "GNB";
  src: url("../ziti/GlowSansSC-Normal-Book.otf");
}

@font-face {
  font-family: "GNT";
  src: url("../ziti/GlowSansSC-Normal-Regular.otf");
}

@font-face {
  font-family: "RL";
  src: url("../ziti/Remem-Light.ttf");
}

@font-face {
  font-family: "GNM";
  src: url("../ziti/GlowSansSC-Normal-Medium.otf");
}