body {
    font-family: 'Comic Sans';
}

.wallpapers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 64px;
    padding-top: 0;
}

.wallpapers > .wallpaper > a {
    max-width: 512px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallpaper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
}

.thumbnail {
    max-width: 512px;
    width: 75%;
}

.subtle {
    opacity: 0.25;
}