body
{
	width:100%;
}
div.form
{
	text-align: center;
	font-size: 30px;
	color: white;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 800px;
	width:80%;
}

a.by
{
	font-size: 20px;
}

p.test
{
	text-align: center;
	font-size: 20px;
	color: black;
	padding: 1px;
	display: flex;
	align-items: center;
	justify-content: center;

}


p
{
	text-align: center;
}

p.past
{
	display: none;
}

p.future
{
	display: block;
}
img
{
	display: block;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

/**  for menu button **/
div.menu 
{
	margin-left:22%
}
