body, html{
  display: flex;
  margin: 0;
  background-color: #30126A;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#capture{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.hand{
  display: flex;
  flex-direction: row;
  height: 70vmin;
}

.hand img{
  height: 100%;
  width: auto;
}
