@charset "UTF-8";

#allWrapper
{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#title
{
	margin-top: 5rem;
	padding: 0 2rem;
}