*
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  box-sizing: inherit;
  color: inherit;
  vertical-align: middle;
  line-height: 140%;
 /*touch-action: none;*/

}

html, body
{
  height: 100%;
  
}

html
{
  box-sizing: border-box;
  /*text-align: justify;*/
  /*letter-spacing: 0.01em;*/

  font-size: 10px;
}

@media (max-width: 800px)
{
  html
  {
    font-size: 9px;
  }
}

@media (max-width: 400px)
{
  html
  {
    font-size: 8px;
  }
}

html, body
{
  height: 100%;
  /*color: black;*/
}

body
{
  width: 100%;
  font-size: 1.4em;
}

a
{
  text-decoration: underline;
  color: inherit;
}

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

.t_l
{
  text-align: left;
}

.t_c
{
  text-align: center;
}

.t_j
{
  text-align: justify;
}

/*max standard width*/
.t_msw
{
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  
}


.tc_hidd
{
  display: none !important;
}

h1, h2, h3, h4
{
  font-weight: 400;
}