body {
    color:navy
}

h2 {
    color:maroon
}

h3 {
    color:gray
}

.column {
    width: 32%;
    height: 100;
}

.box {
    align: center;
}