.linkbox {
display: flex;
   justify-content: center;
   align-items: center;
   width: 600px;
   height: 80px;
   padding: 10px;
   border-radius: 10px;
   background: rgba(59, 59, 59, 1);
   border: 2px solid green;
   text-align: center;
   font-size: 20px;
   cursor: pointer;
}
.linkbox a  {  cursor: inherit; }