button{
    font-size: 25px;
    color:red;
    background:yellow;
    border: 2px black solid;
    border-radius: 20px;
}
button:hover{
    font-size: 25px;
    color:yellow;
    background:red;
    border: 2px black dotted;
    border-radius: 20px;
}