body{
    background:#E6E6FA;
}
#div1{
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    border: 5px #F5A9E1 solid;
    width: 40%;
    justify-content: center;
    background: #E3CEF6;
}
h1{
    border: 5px solid;
    border-radius: 10px;
    background: #F5A9E1;
}
button{
    border: 3px pink solid;
    border-radius: 5px;
    margin: 5px;
    width: 110px;
}
input{
    background:#DA70D6;
    border: 3px black solid;
    border-radius: 5px;
    margin: 10px;
    width: 150px;
}
#div2{
    display: flex;
    flex-flow: row wrap;
    border: 5px #CEF6D8 solid;
    width: 250px;
    padding: 10px;
    margin: 10px;
}
#limpiar{
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 15px;
    margin-right: 50px;
}
div{
    display: flex;
    text-align: center;
}
a{
    text-decoration: none;
    font-size: 20px;
    color: white;
    margin: 10px;
}
p{
    background: #BD87BB;
    width: 90px;
    border-radius: 10px;
}
p:hover{
    background: #1592ff;
}