// -------------------------------------------------------------------
// :: MAIN
// -------------------------------------------------------------------


html,
body{
	height: 100%;
}

body{
	background-color: rgba($light, 0.5);
}

.o-main{
	background-color: $white;
	max-width: 90rem;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid rgba($border-color, 0.5);
	border-right: 1px solid rgba($border-color, 0.5);
}

.o-main__content{
	position: relative;
}
