#image{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50px;
    right: 50px;
    display: none;
}
#location{
    width: 150px;
    height: 50px;
    position: absolute;
    top: 200px;
    right: 5px;
    color: green;
}

#start{
    position: fixed;
    bottom: 5px;
    right: 5px;
}
#stop{
    position: fixed;
    bottom: 5px;
    right: 60px;

}
#container{
    position: fixed;
    right: 5px;
    bottom: 40px;
    width: 150px;
    height: 150px;
    background-color: rgb(151, 151, 202);
    z-index: -1;
}