body {
    font-family: 'Noto Sans Thai', sans-serif;
    background: #FFF3E0;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

.text_color1 {
    color: #FFA000 !important;
}

.text_color2 {
    color: #ef2571 !important;
}

.bg-color1 {
    color: #FFF3E0 !important;
    background-color: #FFA000 !important;
}

.bg-color2{
    color: #FFF3E0 !important;
    background-color: #ef2571 !important;
}

.btn-ck1{
    width: 150px !important;
    color: #ef2571 !important;
    background-color: #fff !important;
    border: 2px solid #ef2571 !important;
}

input[type="radio"]:checked+label { 
    color: #FFF3E0 !important;
    background-color: #ef2571 !important;
}

#myCanvas {
    border: solid 1px blue; 
    width: 100%;
  }




