.headtext {
			font-family: 'Fredoka One', cursive;
			color:#000000;
			text-align: center;
			font-size: 40px;
		}

		.whitetext{
			font-family: 'Alata', sans-serif;
			color:#000000;
			text-align: center;
			font-size: 16px;
		}
		body {
			background-color: #FFFFFF;
			background-image: url(yuh.png);
			height: 100%;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			
		}
		.maintable{
			background-color: #d3c9e9;
			width: 800px;
			height: 600px;
			border: 2px solid #000000
		} 