body{
  margin: 0;
  background-color: #000000;
}

canvas{
  position: absolute;
  background-color: rgb(255, 0, 0);
  top: 0px;
  left: 0px;
}

textarea{
  position: absolute;
}

input {
  display: none;  
}

.photolabel{
  background: #ffff0000;
}