
#arcadeSelection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    justify-items: center;
}

.retroGame {
    background-color: rgb(215, 250, 239);
    width: 300px;
    height: 300px;
    text-align: center;
}

.retroGame a, img {
    width: inherit;
    height: inherit;
    margin: 0%;
}

.retroGame a {
    text-decoration: none;
    color: whitesmoke;
}