.content{
	background-color: #ff7900;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.contentwrapper{
	display: flex;
    flex-direction: column;
    width: 96%;
    background-color: white;
}

.contentwrapper .pagecontent{
	margin-left: 1rem;
	margin-right: 1rem;
}