body
{
	background-color: rgb(255,255,255);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	zoom: 0.7;
}
.mainbutton
{
	width: 200px;
	height: 200px;
	margin: 10px;
	border: none;
	background-size: cover;
	cursor: pointer;
}
#loginForm
{
	display: none;
	margin-top: 20px;
}
.menu
{
	display: flex;
	list-style-type: none;
	background-color: #f2f2f2;
	padding: 10px;
}
.menu li
{
	margin-right: 20px;
	cursor: pointer;
}