@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@700&display=swap');

body {
    text-align: center;
    padding-top: 20%;
    background-color: #0F0F0F;  /* Set background color to black */
    color: #FFFFFF;             /* Set text color to white */
}

h1 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 700;
}

img {
    max-width: 200px;  /* Adjust the max width to scale up the logo */
    width: 100%;       /* Make the image responsive */
}
