/* global.css */
/* base.html */
body {
  background: black;
  color: white;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  position: absolute;
  width: 100%;
  height: 100%;
}
#signature {
  width: 200px;
  height: 35px;
  background: url('../images/signature.png');
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
