.black{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #222
}

.jump{
    background-color: rgb(134, 60, 60);
    height: 200px;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.jum{
    height: 28px;
    width: 20px;
    font-size: 20px;


}
   
.obstacal{
    height: 10px;
    width: 10px;

    border-radius: 10px;
    background-color: rgb(0, 0, 0);
    
}

.parent{
    width: 150px;
    height: 30px;
    display: flex;
    justify-content: space-between;
}

.increase{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
}
