body {
    background: url("../assets/images/duckhunt-bg-4k.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    cursor: url("../assets/images/target.png"), auto;
}

@font-face {
    font-family: gameFont;
    src: url("../assets/font/game-font.otf")
}

#score {
    font-size: 30px;
    font-family: gameFont;
    color: white;
}