* {
    box-sizing: border-box;
    margin: 0;
}

body{
    font-family: 'Open Sans', sans-serif;
}

.column {
    float: left;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
