body{
    display: flex;
    justify-content: center;
   align-items: center;
   flex-direction: column;
}
button{
    background-color: #860a57; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 80px ;
    cursor: pointer;
    border-radius: 12px;
    text-decoration: none;
}
#resultado-lotofacil{
    font-size: 24px;
    font-weight: bold;
}
a{
    text-decoration: none;
    color: white;
}


