
.fill-container
{
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
}

.document
{
	font-family: sans-serif;
}

.name-container
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.no-margin
{
	margin: 0 0 0 0;
}
