@charset "utf-8";
/* CSS Document */

#container {
    /*width: 80%;*/
    /*height: 100%;*/
    margin: auto;
    /*background-color: grey;*/
    padding: 20px;
    text-align: center;
	//display: flex;
	
}
.row {
  //height: auto;
  animation-duration: 0s;
  align-self: ;
  margin-bottom: 20px;
  position: relative;
}
.row div {
	height: auto;
}
.single {
	height: auto;
  background-color: white;
}
.column-2 {
	height: 50%;
  width: 48%;
}
.column-3 {
	height: 50%;
  width: 30%;
}
.left {
  background-color: yellow;
  float: left;
}
.center {
  float: left;
  margin: 0 5%;
  background-color: orange;
}
.right {
  background-color: green;
  float: right;
}
