a {
    text-decoration: none;
    color: #c2c2c2;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #000000;
}

div {
    width: calc(100% - 2px);
    height: 100%;
    border: solid black 1px;
    place-content: center;
    text-align: center;
    font-size: 32px;
    background-color: #000000;
}

a > div:hover {
    background-color:#E8E8E8;
}