@font-face {
    font-family: 'FWC2026N';
    src: url('/fonts/FWC2026-NormalRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FWC2026';
    src: url('/fonts/FWC2026-UltraCondensedBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    position: relative;
    box-sizing: border-box;
    line-height: 1;
    white-space: nowrap;
}
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 60px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    /* background-color: #eeeeee30;
    background-image: url('https://etempahan.psdklpp.gov.my/files/fs_location_photos/9150b8ca22c172f254a5e4808849360f334edc648973e462ab0fc84b8dbbd674.jpg');
    background-size: cover;
    background-position: bottom center; */
}
img {
    max-width: 100%;
    height: auto;
}


.tv {
    max-width: 100px;
    height: 90px;
    position: absolute;
    right: 60px;
    background-color: red;
}