body {
    background-color: #3B3C40;
}

.float-left {
    border: 2px solid white;
    width: 15%;
    float: left;
    margin: 5px;

}
