#leftSection {
	height: 100%;
	width: 75%;
	display: inline-block;
	float: left;
}

#rightSection {
	height: 100vh;
	width: 24%;
	display: inline-block;
	float: right;
    position:fixed;
    top:0;
}

#cardDisplay {
	height: 50vh;
	width: 100%;
	display: inline-block;
}

#deckDisplay {
	height: 49vh;
	width: 100%;
	display: inline-block;
}