body{
    background:url(img/EEE.gif);
        
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 60px;
} 

li a {
  display: block;
}
.texto{
    position: absolute;
    margin-left: 350px;
    margin-top: -300px;
    width: 700px;
    height: 700px;
    font-family: Arial;
    font-size: 20px;
    color: yellow;
    background:url(img/jesus-chan.jpg);
    text-shadow: 3px 2px black;
}
.texto:hover{
    color: white;
    transition: 2s;
}
/* 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; 
}

.gif1{
    position: absolute;
    margin-top: 30px;
    margin-left: 60px;
}
.gif2{
    position: absolute;
    margin-top: 30px;
    margin-left: 1100px;
}
