button{


background-color:#b8009c;
color:white;
font-weight:bold;
height:2em;
font-size:1.5em;
border:20px; solid red;

}

button:hover{

border:1px solid #b8009c;
background-color:white;
color:#b8009c;
font-weight:bold;
height:2em;
font-size:1.5em;


}

button:focus{


background-color:#b8009c;
color:white;
font-weight:bold;
height:2em;
font-size:1.5em;
border:20px; solid red;

}



body {
  font-family: Sans-Serif;
}