@charset "utf-8";
/* CSS Document */

.copyright {
	color: #ffffff;
	font-size: 1.0em;
	font-style: normal;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
}


.textcontent {
	color:  #2F2D2D;
	font-size: 1.0em;
	font-style: normal;
	font-family: "IBM Plex Sans Thai";
	font-weight: bold;
    
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */

}

.headline {
	color:  #2F2D2D;
	font-size: 1.8em;
	font-style: bold;
	font-family: "IBM Plex Sans Thai";
	font-weight: bold;
}





