body{
    background-image: url("Back.gif");

}

ul {
    list-style-type:disc;
    background-color: blueviolet;
    margin: 0;
    padding: 0;
  }

#titulo{
    text-align: center;
    font-size:50px;
    background-color: deeppink;
    color:darkorange;
    text-shadow: 1px 1px 2px darkblue, 0 0 25px blue, 0 0 5px darkblue;
    
}

#PREMIUM{
   font-size: 50px;
   color: darkblue;
}

.right{
  float: right;
}


#cosa{
    background-color:magenta ;
    border-radius: 50px;
}

h3{
    color: blue;
}

h4{
    color: blue;
}

#titulo2{
    text-align:left;
    font-size: 50px;
    color:blue;
    background-color:deeppink ;
    
}

#parrafo{
    background-color: deeppink;
    font-size: 20px;
}

#titulo3{
    color: blue;
    font-size: 25px;
}

#game{
    text-align: center;
}

#parrafo2{
    background-color: deeppink;
    font-size:20px ;
}

#titulo4{
    color: blue;
    font-size: 25px;
}

#Link{
    color: blue;
    font-size: 50px;
}

#link2{
    font-size: 60px;
}

#titulo5{
    text-align: center;
    font-size: 80px;
    background-color: deeppink;
    color: blue;
}

#titulo6{
    color: blue;
    font-size: 25px;
}

#parrafo3{
    background-color: deeppink;
    font-size:20px ;
}

#titulo7{
    text-align: center;
    font-size: 25px;
    color: blue;
}


#parrafo4{
    background-color: deeppink;
    font-size:20px ;
}

.center{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}

#titulo8{
    color: blue;
    font-size: 50px;
    text-align: center;
    background-color: deeppink;
}

#buscador{
    color: yellow;
}
#input{
    background-color: darkmagenta;   
}

#dona{
    font-size: 30px;
    color: yellow;
}

#credito{
    font-size: 25px;
    color: yellow;
}

#a{
    background-color:pink;
}

#pata{
    background-color: indigo;
}

#pato{
    text-align: center;
    color: yellow;

}



