@charset "UTF-8";
/* CSS Document */

html {
	background: rgba(245,180,156,0.68);
}
a { font-family: 'Quicksand', sans-serif; 
	text-decoration: none;
	color: #8FBDCC;
	}

* {
	margin: 0%;
	padding: 0%;
}

main#canvas {
	width: 80vw;
	height: 40vh;
	margin: 2vh auto;
}

section#left {
	width: 50%;
	height: 100%;
	float: none;
	align-content: center;
}


#l1 {
	background-color: #200A4F;
	width: 100%;
	height: 100%;
}

#l2 {
	background-color: rgba(24,40,125,1.00);
	width: 90%;
	height: 90%;
}

#l3 {
	background-color: rgba(28,63,127,1.00);
	width: 80%;
	height: 80%;
}




section#right {
	width: 50%;
	height: 100%;
	float: left;
}