#encabezado{
    text-align: left;
    background: #e4007c;
}

h1{
    color: white;
    padding: 20px;
    font-size: 40px;
}

#texto{
    font-size: 25px;
    text-align: center;
    color:#e4007c;
    background: black;
    border-radius: 6px;
    padding: 12px;
}
button{
    padding: 10px;
    font-size: 14px;
    background: grey;
    border-radius: 10px;
    color:aqua;
    align-content: center;
}
button:hover{
    font-size: 18px;
    background: green;
    color:white;
    border: 2px black solid;
    border-radius: 15px;
}
a{
    text-decoration: none;
    color: white;
}
