h1{
    background:blue;
    border-radius: 8px;
    font-weight: bolder;
    justify-content: center;
    margin: 5px;
    text-align:center;
    color:white;
    font-style: bolder;
    padding-left: 4px;
    padding: 20px;
    border: 0.5px;
    width: 70%;
}
body{
    text-align: center;
    color: white;
    padding: 5px;
    font-weight: 300;
    justify-content: center;
}
#texto{
    background:;
    border-radius:25px;
    width: 70%;
    font-size:25px;
}
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;
}