.block1 {
    width: 150px;
    height: 150px;
    float: left;
}

body {
    background-color: white;
}
.container {
    width: 1500px;
    margin: auto;
}


.clear-float {
    clear: both;
}

.text {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    
}