.linkbutton {
    border: 1px solid;
    width: 40%;
    margin: auto;
    padding: 12px;
}

.linkbutton a {
    text-transform: uppercase;
}

.linkbutton:hover {
    background-color: #667761;
    border-color: #667761;
}

.linkbutton:hover a{
    color: #fff !important;
}