body {
    font-family: Arial, sans-serif;
    text-align: center;
    cursor: url('hammer.png'), auto;
}

#game {
    margin-top: 50px;
    position: relative;
    width: 100%;
    height: 80vh;
}

.hole {
    width: 100px;
    height: 100px;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
}

#hole1 { top: 10%; left: 10%; }
#hole2 { top: 10%; left: 40%; }
#hole3 { top: 10%; left: 70%; }
#hole4 { top: 40%; left: 10%; }
#hole5 { top: 40%; left: 40%; }
#hole6 { top: 40%; left: 70%; }
#hole7 { top: 70%; left: 10%; }
#hole8 { top: 70%; left: 40%; }
#hole9 { top: 70%; left: 70%; }

.hole img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#highscore {
    margin-top: 30px;
}

#startButton {
    padding: 10px 20px;
    font-size: 16px;
}

#timer {
    margin-top: 20px;
    font-size: 24px;
}
