body{
    background:url(img/bg2.gif);
}

#container {
  width: 100%;
  height: 600px;
  position: relative;
  background:url(img/mureta.png);
}
#animate {
  width: 300px;
  height: 300px;
  position: absolute;
  background:url(img/ege6322.png);
margin-left: 500px;
}

.button{
    background:url(img/35253868-blaze-fire-flame-texture-background.jpg);
    width: 100%;
    height: 100px;
    font-family: Comic Sans MS;
    font-size: 30px;
    color: white;
    text-shadow: 3px 2px black;
}
.button:hover{
    transition: 2s;
    background:url(img/abstract-colorful-psychedelic-background-Download-Royalty-free-Vector-File-EPS-378605.jpg);
    color: yellow;
    text-shadow: 3px 2px black;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60px;
} 

li a {
  display: block;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: pink; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: limegreen; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: yellow; 
}