* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -moz-user-focus: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #202020;
  font-family: "Noto Sans SC";
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
}
.wrap-outer {
  margin-left: calc(100vw - 100%);
}

.InfoBody {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* background-image: url(../res/images/bodybackimg.webp); */
  background-size: cover;
  background-position: 50% 0;
}
