body {
    font-family: 'Poppins', 'Noto Sans Thai', sans-serif;
}

.thumnail_image {
    background-image: linear-gradient(
            90deg,
            rgb(0, 0, 0),
            rgba(53, 53, 53, 0.8)
        ),
        url(https://cdn.discordapp.com/attachments/1002956663541747733/1157231115451498547/Untitled52_20230929152228.png?ex=6517daf6&is=65168976&hm=a148148e720bc90e1fe5d3a3278d835a4e854a36f873efe722fd63a61ddd905c&);
}
@media (min-width: 640px) {
    .thumnail_image {
        background-image: linear-gradient(
                    90deg,
                    rgb(0, 0, 0),
                    rgba(53, 53, 53, 0.8),
                    rgba(255, 255, 255, 0.2)
                ),
                url(https://cdn.discordapp.com/attachments/1002956663541747733/1157231115451498547/Untitled52_20230929152228.png?ex=6517daf6&is=65168976&hm=a148148e720bc90e1fe5d3a3278d835a4e854a36f873efe722fd63a61ddd905c&);
    }
}