.background{
    background-image:url("background.png");
    background-size: 115%;
    overflow: hidden;
}
.boy{
    height: 350px;
    margin-top: 545px;
    position: absolute;
    display: flex;
}
.score{
    font-size: 50px;
    font-weight: bold;
    margin-left: 50px;
    position: absolute;
}
.flame{
    height: 180px;
    margin-top: 710px;
    position: absolute;
}
.gameover{
    position: absolute;
    display: block;
    color: brown;
    margin-top: 400px;
    margin-left: 700px;
    font-size: 600%;
}