.container{
	width:100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: : center;
	min-height: 100vh;
	max-height: 100vh;
}


h1{
	font-family: 'Roboto';
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #59585c;
	letter-spacing: 4px;
	text-transform: uppercase;

}

h2{
	font-family: 'Inter';
	font-style: italic;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 2%;
}


.content{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2%;
	margin-bottom: 2%;

}


