body {
    background-color:#191b1d;
    font-family: 'Roboto Slab', serif;
    color:#dfdfdf;
}

#container {
    width:1000px;
    padding:50px;
    background-color:#36393f;
}

.header {
    margin-bottom:20px;
    margin-top:20px;
    padding-left:20px;
}

.head {
    width:1000px;
    text-align:center;
}

#grid {
    width:1000px;
    height:1000px;
}

.item {
    width:200px;
    height:200px;
    padding:10px;
    box-sizing: border-box;
    float:left;
}

.item div {
    background-color:#282a2f;
    width:100%;
    height:100%;
    border-radius:10px;
    box-sizing:border-box;
    padding:20px;
}

.item div img {
    width:100%;
    height:100%;
}