CSS
.button{background: none; outline: none; border: 2px solid #000000; padding: 7px 25px; letter-spacing: 1px; font-size: 0.8em; display: table; margin: 20px auto; cursor: pointer; transition: 0.5s;}
.button:hover, .button:active{background-color: #000000; color: #ffffff;}