#pee { background-color:linen; }

.bigcontainer {
  
  display: flex;
  flex-wrap: wrap;
	margin: 5vw auto 12px auto;
	max-width: 60rem;

}



* {
  border: 10px solid blue;
}


/* columns widths */ 
.small { flex: 1 1 9%; }
.large { flex: 1 1 82%; }
.full { flex: 1 1 100%; }
.half { flex: 1 1 49%; }


header span {
	font-size: 2.5rem;
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 10px;
}

