body {
  font-family: "Helvetica";
  height: 100%;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}

#camera {
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#takePic {
  width: 100%;
  display: flex;
  justify-content: center;
}

.control {
  width: 100%;
  display: flex;
  justify-content: center;
}

.dimensions-wrapper {
  display: flex;
  justify-content: center;
  font-size: 0.9em;
}