body {
    background: linear-gradient(to bottom right, #222222, #666666);
    background-size: cover;
}

#contentArea {
    min-height: 100vh;
    color: #FFFFFF;
    position: relative;
    text-align: center;
}

#contentArea h1 {
    padding: 50px 0;
    margin: 0;
    font-size: 50px;
    font-style: italic;
    font-family: Times New Roman;
}

#collections {
    text-align: center;
}

#collections ul {
    text-align: left;
    width: 750px;
    margin: auto;
    padding: 0;
}

#collections li{
    display: inline-block;
    text-align: center;
    height: 90px;
    width: 120px;
    padding: 0;
    margin: 0;
    background-color: #000000;
}

#collections img{
    height: 100%;
}

#collections li:hover {
    opacity: 0.70;
    cursor: pointer;
}

#collections .caution {
    color: #FFFFFF;
    font-size: 10px;
}
}