body {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
iframe {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
}

a {
  color: #0000EE;
}

div#screen {
}

div#menu {
  flex-wrap: wrap-reverse;
}

div.menuItem {

}

div#menuBar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: grey;
  width: 100%;
  display: flex;
  align-items: center;
  border-top-color: white;
}

button#bonvoButton {
  margin: 4px;
}
