#canvas canvas {
	/*background: url(../img/pasteta.png);*/
	background-repeat: no-repeat;
	background-size: 66%;
	background-position: center;
}

.kekec {
  transition: opacity 0.5s ease;
}

.kekec.fade-in {
  opacity: 0;
}