
.titile_top {
    width: 100%;
    font-size: 18px;
    display: flex;
	background-color: #070c1f;
    justify-content: center;
}

.page1_haed {
    margin: 23px 0 23px 0;
}

.out_continer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.Menu>div {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.Menu_fun_junior{
	background-color: #070c1f;
}
.Menu_fun_junior a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
#continer{
	width: 75rem;display: flex;flex-direction: column;
	justify-content: center; align-items: center;
	color: black; 
}
.container_top{
	border-bottom: 1px solid; align-content: center;
	padding-top: 4rem; width: 100%;
	padding-bottom: 4rem;letter-spacing: 8px;
}
.container_top>div:first-child{
	display: flex; justify-content: center;
	font-size: 20px;padding-bottom: 0.625rem;
}
.container_top>div:last-child{
	font-size: 28px; text-align: center;
}
.container_foot{
	display: flex; width: 100%;border-bottom: 1px solid;
	justify-content: center;align-items: center;
	padding-top: 4rem; padding-bottom: 4rem;
}
.container_foot>div{
	flex: 1; height: 420px;
	display: flex; align-items: center;
	flex-direction: column;
}
.container_foot>div h2{
	padding: 46px; font-size: 36px;letter-spacing: 5px;
}
.container_foot>div:first-child{
	border-right: 1px solid black;
	
}
.container_foot>div:nth-child(2){
	border-right: 1px solid black;
}
.container_foot>div:last-child{
	
}
.foot_txt{
	width: 80%; font-size: 24px; letter-spacing: 3px;
}