#thingsIMade a{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: grey;
    font-size: 2em;
}
#thingsIMade a:nth-child(2n){
    background-color: lightgray;
}