body
{
	height: 100vh;
	margin: 0px;
}

.flex-container
{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	height: 100%;
	width: 100%;
}

.spacer_top
{
	height: 5%;
	width: 100%;
}

.spacer_left
{
	width: 5%;
}

.button_holder
{
	height: 70px;
	width: 150px;
	background-color: #9c9a9a;
}

.button_holder:hover
{
	background-color: #4a4949;
}

.button_holder a
{
	height: 100%;
	font-size: 30px;
	text-decoration: none; 
	color: white;
}

.flex-text
{
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: inherit;
	width: 100%;
}
