body{width:100vw; background-color: white;position: relative;overflow-x: hidden;margin:0;padding: 0; font-weight: 500; font-family: 'Open Sans', sans-serif;}
img{height: 100%;}
p{margin: 0;}
.patua-one-regular {
  font-family:'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.diffLang{display: none;}
a{color:black; text-decoration-color:#FFF200;cursor: pointer;}
.postSpace{padding-right: 0.3rem;}

.remOneFive{font-size: 1.3rem;}

.none{display: none;}
h1{margin: 0;}
h2{margin:0; font-size: 2.3rem;}
h3{margin: 0;}
.lessPadding{padding: 1rem 1rem 1rem 0;}
u{text-decoration: underline;}
h3{margin:none}
r{color:#FFF200;}

button{cursor:pointer}


@media(min-width:850px){}
@media(max-width:850px){}


::selection {
  background-color: #FFF200;
  color: black; /* Optional: change text color to ensure readability */
}

/* For Firefox */
::-moz-selection {
  background-color: #FFF200;
  color: black; /* Optional: change text color to ensure readability */
}
#noPage{background-color: white;}
.noPageCont{display: flex;justify-content: center;align-items: center;height: 50vh;flex-direction: column;}
.noPageLine{height:0; width: 5rem;border: 3px solid #FFF200;border-radius: 3px;margin: 1rem 0 1rem 0;}
.hidden{display: none;}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#noPage{padding-top: 15rem}
