<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@200;400&amp;display=swap');

.fixtext{
    min-width: 300px;
    max-width:450px;
}
.textfocus{
    display: block;
    padding: 20px;
    border-radius: 10px;
    background-color: bisque;
    font-size: 24px;
}
.textsum{
    color: rgb(33, 33, 33);
    padding: 20px;
    border-radius: 10px;
    background-color: bisque;
    font-size: 22px;
}
.myhr{
    padding: 0;
    height: 1px;
    background-color: rgb(222, 222, 222);
}
.status-success{
    color: rgb(1, 126, 1);
    font-size: 14px;
    margin: 0;
    padding: 0;
}</pre></body></html>