a{
    background: #FF00FF;
    font-size: 25px;
    padding: 10px;
    font-style: italic;
    border-radius:30px;
    margin: 5px;
    position: center;
    left: 80px;
    text-decoration:underline;
    color: black;

}
#intro{
    background:black ;
    color:white;
    text-align:center;
    font-size:40px;
}


#formupp{
    
    color:white;
    background:#5E001F;  
    
     
}
#value{
    
    color:white;
    background:#5E001F;  
    
     
}
#formato{
    width: 500px;
    max-width: 800;
    color:#5E001F;
    background:white; 
    text-align:center;
     
}
#ulpreg{
    
    color:white;
    background:#5E001F; 
    text-align:center;
     
}
#datop{

    color:white;
    background:#5E001F;  
     
}


h1{
    color:white;
    background:#5E001F; 
    font-style:italic;
    text-align: center;
    font-size: 30px;
    border-radius: 25px;
   
}


h3{
    color:white;
    font-style: normal;
    font-weight: bolder;
   font-size: 25px; 
}
 body{
    background: #00E1D9; 
}

div {
    border-style: solid;
    border-color:black;
    display: inline-block;
    border-radius: 50px;
    padding:inherit;
  

} 
form{
    border-style: solid;
    border-color:black;
    border-radius: 25px;
    padding: 25px;
}


button{
    font-size: 25px;
    background:black;
    color: white;
    border: 2px white solid;
    border-radius: 15px;    
}

button:hover{
    font-size: 25px;
    background: red;
    color: yellow;
    border: 2px black solid;
    border-radius: 15px;   
}

.boton{
    text-align: center;
    margin-top: 15px;
}
.labelcoral{
    color:white;
    font-weight: bolder;
    font-style:italic;
    font-size: 20px;
}