/*html {
    overflow: -moz-hidden-unscrollable;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
	overflow: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: white;
    margin:0;
    text-justify: inter-ideograph;
}

p, a , pre ,div, button, span{
    color: rgb(208, 183, 116);
    font-size: min(2vh, 3vw);
    font-size: min(2dvh, 3dvw);
    margin:0 auto;    
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family:"LiSong Pro";
    direction: ltr;
}
*/

a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline:none;
    text-decoration: none;
    color: white;
}

.nocopy{
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.centerparent-flex, .centerparent-grid{
    justify-content: center;    
    align-items: center;  
    text-align: center;
    vertical-align: middle;
}
.centerparent-flex{
    display: flex;
}
.centerparent-grid{
    display: grid;
}

input{
    display:none;
}


.bgimg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.underline {
  display: inline-block;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #F5CD3C;;
  text-underline-offset: 1px;
}

.gray, .gray p{
    color: rgb(114, 114, 114);
}

.link_icon{
    height: 100%;
    width: auto;
}

.small{
    font-size: 1.5vw !important;
}

pre{
    text-wrap: auto;
}
