.container {margin: 0 auto; padding: 0px;}
/**
.page-wrapper {margin: 15px; background: red;}
.row {display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; background: white;}
.column {display: flex; flex-direction: column; flex-basis: 100%; flex: 1; background: white;}
.2column {display: flex; flex-direction: column; flex-basis: 100%; flex: 2; background: white;}
**/
.body {padding: 0; margin: 0;}
.row {display: flex; flex-direction: row;}
.column {display: flex; flex-direction: column;}
.col1 {width: 70%; height: auto; background: green; text-align: center; color: white;}
.col2 {width: 30%; padding: 30px; height: auto; border: green solid 5px; margin: 50px;}

