.topbaritem {
    font-size: x-large;
    margin-left: 50px;
    margin-top: 30px;
    color: white;
}

.centerstyle {
    width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.modeblock {
    margin: 10px;
    margin-top: 30px;
    cursor: pointer;
}

.modeblock:active {
  position: relative;
  top: 8px;
  cursor: pointer;
  background-image: url(image/ic_fpv_pressed.png);
}

.fpv{
    font-size: 10px;    
    margin: 10px;
    cursor: pointer;
}

.fpv:active {
   position: relative;
   top: 8px;
   cursor: pointer;
   background-image: url(image/ic_fpv_pressed.png);
}

.bottomitem {
    font-size: x-large;
}


.divcenter{display:flex;justify-content:center;align-items:center;}