	body{
	background-color:#FBDB65;
	background-image: url(math.jpg);
	}
	.titles{
			font-family: 'M PLUS 1 Code', sans-serif;
			font-size: 50px;
			color: white ;
			font-weight: bold;
			opacity:1;
		}
		.maintext{
			font-size: 25px; 
			color: white ; 
			font-family:'M PLUS 1 Code', sans-serif;
			opacity:1;
		}
		.special{
			font-size: 35px;
			font-family:'Exo 2', sans-serif;
			font-family:'Exo 2', sans-serif;
			color: #A8A8A8 ;
			opacity:1;
		}
		.maintable{
	       background-color: rgba(0,0,255,0.5);
			width:1000px;
			padding: 50px;
			border: 1px white solid;
			
		
		}	
		a:link{
			color: white;
			text-decoration: hover;
		}
		a:visited{
			color: white;
			text-decoration: hover;
		}
		a:hover{
			color: Yellow;
			text-decoration: hover;
		}
		a:active{
			color: red;
			text-decoration: hover;
		}
		.navbutton{
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;
			width: 150px;
			border: 1px white solid;
			text-align: center;
			height:50px;
		}
