.body
{
	display: flex;
	flex-direction: column;
}

#title
{
	display: none;
}

.nav
{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 15vh;
	margin-top: 1vh;
}

.card
{
	width: 75%;
	max-height: 75%;
}

@media screen and (max-height: 500px)
{
	.card
	{
		max-height: 60%;
	}
}