test2

.myButton {
margin-bottom: 4px;
background-color:#ffffff;
border-radius:42px;
border:1px solid #002afc;
display:inline-block;
cursor:pointer;
color:#002afc;
font-family:Arial;
font-size:18px;
font-weight:bold;
padding:5px 5px ;
width:98%;
text-decoration:none;
}
.myButton:hover {
background-color:#0303f5;
color:#ffffff;
}
.myButton:active {
position:relative;
top:1px;
}