body
{
	font-family: 'Garamond', sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wrapper
{
	height: 100%;
	display: flex;
		align-items: center;
		justify-content: center;
	width: 100%;
}

.center
{
	display: flex;
		justify-content: center;
}

.brand
{
	width: 200px;
	height: 200px;
}

h1
{
	font-size: 90px;
	font-weight: bold;
	text-align: center;
}

p
{
	font-size: 30px;
	text-align: center;
}
