body {
    background-color: darkgrey;
}

.leekspin-bg {
  background-image: url('../img/leekspin.gif');
  background-repeat: repeat; /* o 'no-repeat' si quieres uno solo */
  background-size: cover; /* o 'contain' si prefieres ver el gif completo */
  background-position: center center;
  background-attachment: fixed; /* hace que el fondo no se mueva al hacer scroll */
}

#title{
	width: 100%;
	position: fixed;
	top: 37%;
}

#main{
	font-size: 76px;
	font-family: Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	margin-bottom: -20px;
	-webkit-margin-before: 0em;
}

h6{
	font-size: 10px;
	font-family: Helvetica, sans-serif;
}

#sale{
    position: fixed;
    bottom: 0;
    right: 10;
}

audio { 
   display:none;
}

#main {
  color: black;
  text-shadow: 2px 2px 6px rgba(255, 255, 255, 0.8);
}