Button 33

<a class="Button33" href="#">Button 33</a>

/*-- Button 33 --*/
.Button33{
 color: white;
    background: #8E24AA;
 font-family: "Roboto", sans-serif;
 padding: 15px 48px;
    box-shadow: 2px 4px 15px #427388;
}
.Button33:hover{
    background:none;
    color:#8E24AA;
   border: 1px solid #8E24AA;
}
.Button33:active{
 transform: scale(0.9);
}