*{
    cursor: url(../img/hand10.png), auto;
}



body{
  margin: 0;
  width:100%;
  height: 100%;
}

p{

    font-size: 2.5em;
    font-family: 'Helvetica';
    text-align: center;
    line-height: 1.15;
    color:blue;
}

#container{
  margin: 0;
}

#videoElement {
   margin: 0;
  top: 0;
}

#card {
  width: 100%;
  height: 100%;
  background-color: red;
  position: absolute;
  z-index: 200;
}

#score{
    text-align: center;
    position: absolute;
    height:10%;
    width: 100%;
    z-index: 300;
    font-family: Helvetica;
    color: #00FF00;
    text-shadow: 0 0 8px #00ff00;
    font-size: 5em;
}
