body {
    background-color: black;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#player{

    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #81fff9;

}

#score{
    position: absolute;
    top: 0;
    left: 70%;
    font-size: 50px;
    color : #ffffff;
    background-color: #000000;
}

#diddy{
    position: absolute;
    top: 45%;
    left: 30%;
    font-size: 50px;
    color : #1f1f1f;
    background-color: #000000;

}
#gameover{
    position: absolute;
    font-size: 3vw;
    color : #ffffff;
    background-color: #000000;



}