.ui-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  z-index: 999;
  display: flex;
  flex-direction: column-reverse;
}

.bottom-nav {
    display:flex;
    margin-bottom: 35px;
}
body {
  margin: 0px;
  width:100%;
  position:fixed;
  height: 100%
}
.screenshot-container {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.screenshot-button {
  background: #00b8f3;
  border-radius: 50%;
  height: 85px;
  width: 85px;
  margin: auto;
}
