@font-face {
    font-family: 'TrueFont';
    src: url("Font/TRUEType/TLight.woff2") format("woff2"), 
         url("Font/TRUEType/TLight.woff") format("woff"), 
         url("Font/TRUEType/TLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrueFont';
    src: url("Font/TRUEType/TBold.woff2") format("woff2"), 
         url("Font/TRUEType/TBold.woff") format("woff"), 
         url("Font/TRUEType/TBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

html,body {
    display: block;
    margin: 0px;
    padding: 0px;
}

html, body, div, span, ul, ol, li {
    font-family: TrueFont, Kanitlight, Kanit, sans-serif !important;
    line-height: 0.8;
    font-size: 18pt;
}

.white-txt div, .white-txt span {
    color: white;
}

.main-page {
    min-height: 100vh;
    width: 100vw;
    background-image: linear-gradient(36deg, rgba(255, 0, 255, 1) 0%, rgba(2, 94, 255, 1) 35%, rgba(0, 255, 195, 1) 82%, rgba(204, 218, 215, 1) 100%), url(../whale_alpha70_Space.png);
    background-position: center;
    background-size: cover;
    background-blend-mode: color;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-txt {
    font-size: 1.2rem;
}

.main-txt.th {
    font-size: 1.5rem;
}

.main-txt.cn {
    line-height: 1.2;
    font-size: 15pt;
}

.img-logo img.icon-image {
    width: 100px;
    margin-bottom: 1rem;
}