/* Please define your custom styles here */
.link-button{
  padding: 30% 0;
  text-align: center;
}
.link-button a {
    font-size: 1.5rem;
    border: 3px solid black;
    border-radius: 5px;
    display: block;
    padding: 4px;
    height: 5rem;
    margin: auto;
    width: 25%;
    color: black;
    text-decoration: none;            
    background-color: #eeeeee;
}
a:hover { 
  background-color: skyblue;
}