@font-face {
    font-family: KanitRegular;
    src: url("font/Kanit-Regular.ttf");
}
@font-face {
    font-family: KanitLight;
    src: url("font/Kanit-Light.ttf");
}
body{
    background-color: #131313;
    color: white;
}

iframe{
    border: 0;
}