﻿body {
}

@import url(https://fonts.googleapis.com/css?family=Raleway);

/* Create four equal columns that floats next to each other */
.column {
    width: 25%;
    padding: 5px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
