.column{
	flex: 50%;
	width: 80%;
}
.row{
	display: flex;
	
}
	
main {background-color: #ffffcc}