body { 
	background-color: black;
	margin-top: 10px;
}
.main {
	background-color: #ffcff7;
	margin: auto;
	justify-content: center;
	width: 80%;
	height: 850px
}
.content {
	display: inline-block;
	width: 79%;
	height: 100%;
	margin-right: 0px;
	text-align: center;
}
.extras {
	display: inline-block;
	width: 20%;
	height: 100%;
	margin-left: 0px;
	text-align: center;
}