body {
    margin: 0;
    overflow: hidden;
    background-color: #f7f7f7;
    font-family: Arial, sans-serif;
}

.game-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.cek-khodam {
    width: 100px; /* Lebar Cek Khodam */
    height: 50px; /* Tinggi Cek Khodam */
    position: absolute;
    bottom: 40px;
    left: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 50px; /* Menyelaraskan teks secara vertikal */
}

.cactus {
    width: 50px; /* Lebar kaktus */
    height: 50px; /* Tinggi kaktus */
    position: absolute;
    bottom: 40px;
    right: -60px; /* Mulai di luar layar */
    font-size: 24px;
    font-weight: bold;
    color: green;
    text-align: center;
    line-height: 5
