@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200&display=swap');

body {
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    color: #000000;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0px;
}

.center_content {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.center_content img {
    width: 300px;
}

@media only screen and (max-width: 600px) {
    .center_content img {
        width: 70%;
    }
}

.bottom_content {
    position: absolute;
    width: 100%;
    bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_content a {
    color: #000000;
    text-decoration: none;
}