body{
    background-color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    height: 100vh;
    backgroun: url('https://mir-s3-cdn-cf.behance.net/project_modules/1400/81bb4b165684019.640b6038d133e.gif') repeat-x;
    background-size: cover;
    animation: moverFondo 20s linear infinite;

}
nav{
    background: url(https://www.shutterstock.com/image-illustration/matrix-big-plane-texture-halftone-260nw-2266582103.jpg);
    text-align: right;
    font-family: cursive;
    background-color: rgba(255, 0, 0, 0.753);
    box-shadow: 0 0 10px whitesmoke, 0 0 15px rgba(245, 245, 245, 0.842), 0 0 25px rgba(245, 245, 245, 0.815); 
}
li{
    display: inline-flex;
    margin: 5px;
  font-family: cursive;
    padding: 5px;
}
.perry{
 color: rgb(0, 0, 0);
 box-shadow: 0 0 25px rgb(255, 255, 255), 0 0 30px rgba(255, 255, 255, 0.822);
 border-radius: 25px;
}
.perry:hover{
    color: white;
}
.pe{
    background-color:rgb(179, 241, 245);
    text-align: center;
    width: 10%;
    margin: 10px;
    padding: 10px;
    padding: 10px 20px;
    font-size: 16px;
 background: url();
}
.pe{
    text-align: center;
    font-family: fantasy;
  border-radius: 100px;
    margin: 10px;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul li {
    position: relative;
}

ul li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: color 0.3s ease;
}

ul li a:hover {
    color: #15ff00;
}

ul li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #5fff6c;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

ul li a:hover::before {
    width: 100%;
}

.menu-indicador {
    position: absolute;
    height: 3px;
    background-color: #09ff00;
    bottom: 0;
    transition: all 0.4s ease;
}
h1{
    text-shadow: 0 10px rgb(255, 0, 0), 0 15px rgb(0, 247, 255);
    text-align: center;
    font-size: 80px;
    background-color: black;
    color: azure;
    border-radius: 50PX;
}
#ii{
    font-family: cursive;
    margin: 10px;
    padding: 10px;
    font-size: 20px;
   background-color: bisque;
    float: left;
    width: 70%;
    border-radius: 15px;
    color: rgb(0, 0, 0);
}
#uu{
    float: right;
    background-color: black;
    color: azure;
    margin: 15px;
    padding: 15px;
    width: 20%;
    font-family: cursive;
    border-radius: 10%;
}
#op{
    color: azure;
    text-align: center;
    background-color: crimson;
    width: 25%;
    border-radius: 25px;
    box-shadow: 0 0 10px black, 0 0 17px rgb(0, 0, 0);
    background: url(https://th.bing.com/th/id/OIP.uEM9Y1POJgrNWzbbRMU4PgHaEK?rs=1&pid=ImgDetMain);
    
}
p{
    font-family: cursive;
}
#AA{
    color: rgb(255, 255, 255);
    font-size: 25px;
    text-align: left;
}
