.mt-4{
	border-radius: 20px;
	height: 100px;
	width: 75%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	background-color:/*#0431B4;*/ /*#0B0B61*/ #7078F3;
	color: white;
}

.mt4{
	border-radius: 60px;
	height: 60px;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #8A0829;
	color: white;
	margin-left: 23%;
}

.footer{
	border-radius: 20px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: /*#2E2E2E*/ #7078F3;
	color: white;
}

.footer2{
	text-align: right;
}

.mybody{
	font-size: 20px;
}

.mybackground{
	background-color: ;
}

.section2{
	padding:20px;
	border-radius: 20px;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows: 300px 300px;
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	background-color: grey;
	width: 75%; margin: auto;
}
/*.div1{
	border:1px solid black;
}
.div2{
	border:1px solid black;
	
}
.div3{
	border:1px solid black;
	
}
.div4{
	border:1px solid black;

}
.div5{
	border:1px solid black;

}
.div6{
	border:1px solid black;

}*/

.tr,.td{
	border:2px solid black;
}
.mybody2{
	font-size: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.tr{
	height: 100px;
}

.mt-5{
	border-radius: 20px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: /*#2E2E2E*/ #7078F3;
	color: white;
	font-size: 30px;
}

#mt-4junior{
	display: flex;
	align-items: center;
	background-color: /*#2E2E2E*/ #7078F3;
	color: white;

	justify-content: space-between;
	height: 70px;
	padding: 20px;
	border-radius: 10px ;
}
#mt-4junior a{
	color: white;
}
#mt-footer{
	height: 150px;
	flex-direction: row;
	padding: 20px;
}

tr,td{
	border: none;
	width: 25%;
	height: 100%;
}
td{
	padding: 10px;	
}

section{
	padding:20px;
	border-radius: 20px;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows: 200px 275px 370px 340px 170px 190px 210px 320px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.part1{
	border:1px solid black;
	padding: 20px;
	font-size: 15px;
}


