@font-face {
    font-family: 'HuiFont29';
    src: url('HuiFont29.ttf') format('truetype');
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 10vh;
    margin: 0;
    background-color: pink; /* Set the background color to pink */
    font-family: 'HuiFont29', sans-serif; /* Use the custom font */
}

.centered-label {
    text-align: center;
}

