.mainfm {
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	position: static;
	background-color: #b1e9ef;
}
div {
	font-family: Calibri;
	font-size: 30px;
	text-align: center;
}
a {
	color: #ff0c11;
	text-decoration: none;
	top: 20px;
	font-size: 30px;
}
a:hover{
	color: #FF00FF;
}

a:active{
	color: #00FF00;
} 