
body {
	font-family: "Comic Sans MS", "Comic Sans", cursive;
	text-align: center;
	overflow:hidden;
}

#titulo{
	position: relative;
	top: -83px;
	font-size:2.5em;
	color: red;
}

#background{
	background-image: url("../img/dachshund.svg");
	background-size: 256px 220px;
	height: 50000px;
}

.blink {
  animation: blinker .5s linear infinite;
}

.clear{
	clear:both;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}