/* CURRENTLY IN: styles/main.css */

html, body {
    height: 100%;
}

body {
    min-height: 100%;
}

.container {
    height: 100%;
}

.column {
    float: left;
    box-sizing: border-box;

    min-height: 100%;
}

.column-one-third {
    width: 33.3333%;

    background-color: pink;
}

.column-two-third {
    width: 66.66663%;

    background-color: black;
}
