body{
    background-color: cyan;
}
.rainbow-text-loop {
    font-family: sans-serif;
    font-size: 6rem;
    display: inline-block;
    margin-top: 1rem;
    text-shadow: 2px 2px 4px #000000;
    -webkit-animation: rainbow 5s infinite; 
    text-align: center;
    margin-left: 35%;
  }
  
@-webkit-keyframes rainbow{
    0%{color: orange;}  
    10%{color: purple;} 
    20%{color: red;}
    30%{color: CadetBlue;}
    40%{color: yellow;}
    50%{color: coral;}
    60%{color: green;}
    70%{color: cyan;}
    80%{color: DeepPink;}
    90%{color: DodgerBlue;}
    100%{color: orange;}
  }
  .lol1 {
    font-family: sans-serif;
    font-size: 4rem;
    display: inline-block;
    margin-top: 1rem;
    text-shadow: 2px 2px 4px #000000;
    -webkit-animation: rainbow 5s infinite; 
    text-align: center;
    margin-left: 46%;
  }
  
@-webkit-keyframes rainbow{
    0%{color: orange;}  
    10%{color: purple;} 
    20%{color: red;}
    30%{color: CadetBlue;}
    40%{color: yellow;}
    50%{color: coral;}
    60%{color: green;}
    70%{color: cyan;}
    80%{color: DeepPink;}
    90%{color: DodgerBlue;}
    100%{color: orange;}
  }
  .lol3 {
    font-family: sans-serif;
    font-size: 4rem;
    display: inline-block;
    margin-top: 1rem;
    text-shadow: 2px 2px 4px #000000;
    -webkit-animation: rainbow 5s infinite; 
    
    margin-left: 0%;
    
  }
  
@-webkit-keyframes rainbow{
    0%{color: orange;}  
    10%{color: purple;} 
    20%{color: red;}
    30%{color: CadetBlue;}
    40%{color: yellow;}
    50%{color: coral;}
    60%{color: green;}
    70%{color: cyan;}
    80%{color: DeepPink;}
    90%{color: DodgerBlue;}
    100%{color: orange;}
  }
  .lol2 {

    font-family: sans-serif;
    font-size: 4rem;
    display: inline-block;
    margin-top: 1rem;
    text-shadow: 2px 2px 4px #000000;
    -webkit-animation: rainbow 5s infinite; 
    text-align: center;
    margin-left: 0%;
  }
  
  
@-webkit-keyframes rainbow{
    0%{color: orange;}  
    10%{color: purple;} 
    20%{color: red;}
    30%{color: CadetBlue;}
    40%{color: yellow;}
    50%{color: coral;}
    60%{color: green;}
    70%{color: cyan;}
    80%{color: DeepPink;}
    90%{color: DodgerBlue;}
    100%{color: orange;}
  }
.span{
  text-align: center;
  margin-left: 0%;
}
.Cuadrito{
    text-align: center;
    margin-left: 40%;
    margin-right: 40%;
    border: #000000 3px solid;
    background-color: white;

}

h2{
    margin-top: 0px;
    
    margin-bottom: 10px;
    font-family: sans-serif;
    font-size: 4rem;
    background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    color: palevioletred;
    
}

img{
    width: 500px;
    height: 500px;
    margin: auto;
    padding: 0px;
    display: block;
    
}

.input1{
  padding: 5px;
  padding-left: 50px;
}

.loltodos{
  margin-left: 45%;
}
