body{
    text-align: center;
}
.cs-item{
    text-align: center;
    width: calc(100% - 14px);
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 20px 5px;
    background-color: hsl(253, 40%, 6%);
    background-image: url(../../images/background-tile-thumbs.png);
    border: 2px solid hsla(44, 60%, 67%, .6);
    border-radius: 6px;
    overflow: hidden;
}
.creator{
    text-align: left;
    color: hsla(0,0%,100%,.7);
    margin: 0 0 3px 3px;
}
.creator span{
    color: hsla(0,0%,100%,.5);
}
.co-wrap{
    width: 100%;
    margin: 0 auto 12px;
    height: 200px;
}
.co-dis{
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    height: 200px;
    margin: 0;
    float: left;
}
.creator-name{
    margin-top: 6px;
    font-size: 16px;
    color: hsla(253, 40%, 85%, .8);
}











