@import url('https://fonts.googleapis.com/css2?family=Mitr&display=swap');
body{
	font-family: 'Mitr', sans-serif;
	/*font-size:18px;*/
}
.text1{
    color: #336667;
}
.text2{
    color: #006697;
}
.text3{
    color: #ff9999;
}
.textred{
    color: red;
}
.textdetail {
    font-family: 'Mitr', sans-serif;
    font-size: 20px;
    color: red; 
  }