html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'D-DIN-PRO';
  src: url('../fonts/D-DIN-PRO-400-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'misans';
  src: url('../fonts/MiSans-Normal.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'segoepr';
  src: url('../fonts/segoepr.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SmileySans';
  src: url('../fonts/SmileySans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background-color: #00041d;
  color: #fff;
  font-family: 'misans';
  font-size: 1dvh;
}
.w {
  width: 85%;
  margin: 0 auto;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #0099ff;
}
hr {
  border: none;
  height: 0.02dvh;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.header {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  font: 2dvh/3 'misans';
}
.header .navBarLF {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  gap: 1dvh;
}
.header .navBarRT {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
  gap: 1dvh;
}
.header .navBarRT img {
  display: block;
  width: 2dvh;
  height: 2dvh;
}
.beiAnInfo {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2dvh;
  color: #999999;
  font-size: 1dvh;
  text-align: center;
}
.beiAnInfo a {
  color: #999999;
}
.about {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 3dvh;
  margin: 15dvh auto;
  text-align: center;
}
.textDescript-1 {
  font: 1.5dvh/2 'misans';
  text-indent: 2em;
  color: #fff;
  text-align: justify;
}
.textColor-1 {
  color: #999999;
}
.adress {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5dvh;
}
.adress img {
  display: block;
  max-width: 100%;
  height: 12dvh;
  object-fit: cover;
}
