body{
	background-color: #941CE4;
}

header{
	height: 150px; 
	width: 950px; 
	background-color: #1574FA;
	border-radius: 24px; 
}

header img{
	height: 150px; 
	float:left;	
	}

header h1{
	height: 120px;
	color:#2D3736;
	font-size: 33px;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif; 
	margin-top: 90px;
	display: inline-block; 
}

footer{
	height: 50px; 
	width:950px;
	background-color: #1574FA;
	border-radius: 15px;
}

footer p{
	color:#2D3736;
	font-size: 20px;
	padding: 15px;
	font-family: Rajdhani, sans-serif;	
	text-align: center; 
}

a{
	text-decoration: none;
	color:#fff;
	font-size: 50px;
}

#container{
	height: 1100px;
	width: 950px;
	margin-right: auto; 
	margin-left: auto; 
}


#main_text{
	height: 550px; 
	width:950;
	background: linear-gradient(to top, #00FFFF, #2E2EFE);
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

#main_text h2,p{
	color:#fff;
	font-family: Rajdhani, sans-serif;	
	padding: 20px;
}

#main_text h2{
	width: 200px;
	text-align: center;
	font-size:60px;
	float:left;
}	

#main_text p{
	font-size: 30px;
	text-align: justify;
}

#resources{
	height: 300px; 
	width:950; 
		}

.r{
	width: 316.5px;
	height: 300px;
	display: inline-block;
}

#img1{
	float:left;
	background: url("Mario.jpg");
	background-size: 300px 300px;
	border-bottom-left-radius: 30px;
	
}

#video{
	float:center;
}

#img2{
	float: right;
	background: url("uno.jpg");
	background-size: 370px 300px;
	border-bottom-right-radius: 24px;

}