<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Prompt;
    src: url(Prompt-Regular.ttf);
}

@font-face {
    font-family: Kanit;
    src: url(https://www.it.kmitl.ac.th/~it65070089/webpro/lab/asset/asset/Kanit-Regular.ttf);
}

@font-face {
    font-family: OpenSans;
    src: url(OpenSans-Regular.ttf);
}

@font-face {
    font-family: Ubuntu;
    src: url(UbuntuCondensed-Regular.ttf);
}

body,
p {
    font-family: Kanit, sans-serif;
    font-size: 22px;
}

h1 {
    font-family: Kanit, sans-serif;
    font-size: 30px;
    font-weight: bold;
}

h2 {
    font-family: Kanit, sans-serif;
    font-size: 26px;
    font-weight: bold;
}

h4 {
    font-family: Kanit, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

a {
    color: black;
}

.code {
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    background-color: rgb(235, 235, 250);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.panel-title {
    font-size: 22px;
}

.jumbotron {
    background-color: rgb(232, 111, 107);
    background-size: cover;
    min-width: 100%;
    border: 0px solid green;
    padding-top: 20px;
    padding-bottom: 20px;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
    width: 300px;
}

table,
th,
td {
    font-size: 20px;
}</pre></body></html>