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;
}

body{
  background: #FFD55A;
  text-align: center;
    
    
}

h1{
    color:#6DD473;
    background:#293250;
    font-size: 30px;
    padding: 20px;
    border-radius: 25px;
}
h2{
    color:#293250;
    background: #6DD47E;
    font-size: 25px;
     padding: 20px;
    border-radius: 25px;
}
input{
    font-size: 25px;
    margin:inherit;
}
#Resultado{
    background:#6DD47E ;
    color:#293250;
    text-align: center;
}

button{
    background:#293250 ;
    color:#6DD47E;
    width: inherit;
    border-radius: 30px;
    font-size: 25px;
    margin:10px;
}
#intro{
    background:black ;
    color:white;
    text-align: center;
}
div{
    background: black;
    color:white;
    border-style:dashed;
    
}
