html, body 
{
  margin: 0;
  padding: 0;
}

canvas 
{
  display: block;
  cursor: url('2-imagenes/circulo2.png') -10 -10, auto;
  
}

#CreditosFondo
{
  position: absolute;
  z-index: 300;
  background-color: black;
  color: antiquewhite;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15% 0 0 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 40px;
}

#titulo
{
  font-size: 28px;
}