div#main *
{
	text-align: center;
}

div#main, #flowchart-wrapper
{
	margin-right: auto;
	margin-left: auto;
}

div#main
{
	width: 42vw;
	padding: 0 2rem;
}

#results-helper
{
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	padding-right: 2rem;
}

.fav
{
	position: absolute;
	top: 12rem;
	width: 10vw;
	height: auto;
}

#fav1
{
	left: 10vw;
}

#fav2
{
	right: 10vw;
}

#flowchart-wrapper
{
	width: fit-content;
	height: fit-content;
	padding: 1vh 2vw;
}

#flowchart
{
	width: 70vw;
	height: auto;
}
