body {
    background-color: black;
}

main {
    text-align: center;
}

.thumbgrid {
    align-items: left;
    text-align: left;
}

.thumbgrid img {
    margin: 0px;
    padding: 50px;
}

.thumbgrid a img:hover {
    background-color: black;
}
