.button{
    background-color: black;
    border-radius: 30%;
    width: 200px;
    height: 50px;
    color: white;
}
.button>a{
    text-decoration: none;
    width: 200px;
    height: 50px;
}
.button:hover{
    background-color: grey;
}