*{
  margin: 0;
  padding: 0;
  cursor: url(CLTRE.cur), auto;
}

body {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: black;
  background-image: url(antoine-de-ligondes-1Ivk03sID4A-unsplash.jpg);
  background-color: var(--main-bg-color);
  height:  100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; 
  display: flex;
  flex-direction: column;
  align-content: center;
  align-self: center;
  transition: all 0.3s;
}

/* Estilo imagen que sigue al cursor */
#img {
  width: 45px;
  margin: 10px 20px 10px 30px;
  position: absolute;
  transition: all 0.15s ease;
}

/* Estilo header */
header{
  z-index: 1;
  background-color: rgba(red, green, blue, 0);
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 20px;
  width: 100%;
  top: 0;
  position: fixed;
  height: auto;
}

.main-header {
  background-color: rgba(red, green, blue, 0);
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: rgb(0, 255, 0);
  text-decoration: none;
}	

/* Navegacion barra menu */
.logo-header {
  float: left;
  width: auto;
  border: none;
  display: block;
  margin: 8px 10px 10px 30px;
  text-decoration: none;
  color: rgb(0, 255, 0);
  font-size: 45px;
  cursor: pointer;
}
.logo-header:hover {
  animation: rotate360 1.5s linear infinite;
  animation-play-state: running;
}

.button-header {
  display: flex;
  float: right;
  border-radius: 50px;
  border: 2px solid rgb(0, 255, 0);
  padding: 2px;
  width: auto;
  margin: 16px 30px 10px 10px;
  text-decoration: none;
  color: black;
  font-size: 27px;
  background-color: rgba(red, green, blue, 0);
  cursor: pointer;
}
.button-header:hover {
  animation: rotate360 1.5s linear infinite;
  animation-play-state: running;
}

/* keyframes animation botones menu */
@keyframes rotate360 {                        
    to { transform: rotateY(360deg); }           
  }

/* Estilo contenido shop */  
.items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-self: center;
  align-items: center;
  justify-content: center;
  margin: 60px 5px 15px 5px;

}
  
  .item1 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(glow\ in\ the\ dark\ rubber\ chicken.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item1:hover {
    background-color: rgba(215, 189, 255, 0.5);
    border-radius: 30px;
  }
 

  .item2 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(generic\ bandages.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item2:hover {
    background-color: rgba(0, 255, 0, 0.3);
    border-radius: 30px;
  }


  .item3 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(santaur\ ornament.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item3:hover {
    background-color: rgba(215, 189, 255, 0.5);
    border-radius: 30px;
  }
  
  .item4 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(possum\ in\ a\ peanut.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item4:hover {
    background-color: rgba(0, 255, 0, 0.3);
    border-radius: 30px;
  }

  .item5 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(emergency\ underpants\ dispenser.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item5:hover {
    background-color: rgba(215, 189, 255, 0.5);
    border-radius: 30px;
  }

  .item6 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(bibo\ pin.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item6:hover {
    background-color: rgba(0, 255, 0, 0.3);
    border-radius: 30px;
  }

  .item7 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(unicorn\ lunchbox.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item7:hover {
    background-color: rgba(215, 189, 255, 0.5);
    border-radius: 30px;
  }

  .item8 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(dashboard\ jesus.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item8:hover {
    background-color: rgba(0, 255, 0, 0.3);
    border-radius: 30px;
  }

  .item9 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(gnome\ squirrel\ feeder.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item9:hover {
    background-color: rgba(215, 189, 255, 0.5);
    border-radius: 30px;
  }
  
  .item10 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(rainbow\ finger\ hands\ bulk\ box.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item10:hover {
    background-color: rgba(0, 255, 0, 0.3);
    border-radius: 30px;
  }

  .item11 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(pigeon\ mask.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item11:hover {
    background-color: rgba(215, 189, 255, 0.5);
    border-radius: 30px;
  }

  .item12 {
    width: 250px;
    aspect-ratio: 1;
    background-color: rgba(red, green, blue, 0);
    margin: 20px;
    background-image: url(ear\ guards.png);
    background-size: 200px;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .item12:hover {
    background-color: rgba(0, 255, 0, 0.3);
    border-radius: 30px;
  }


/* Estilo footer */
footer{
    z-index: 1;
    background-color: rgba(red, green, blue, 0);
    font-family: "Inter", Helvetica, Arial, sans-serif;
    width: 100%;
    height: auto;
    bottom: 5px;
    position: auto;
    margin: 30px 0px 0px 0px;
  }		

.text-footer {
  font-size: 10px;
  color: rgb(100, 100, 100);
  float: left;
  width: auto;
  border: none;
  display: block;
  margin: 50px 30px 10px 30px;
  text-decoration: none;
}

#behance-footer {
    color: rgb(100, 100, 100);
}
