.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 {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
    letter-spacing: 8px;
    padding-top: 50px;
    font-size: 24px;
}

.container_nav {
    width: 100%;
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_nav>div {
    flex: 1; 
    height: 350px;
}

.container_nav>div:first-child {
    display: flex; 
    justify-content: space-between;
    flex-direction: column;
}
.container_nav>div:last-child{
	display: flex; flex-direction: column;
	justify-content: space-between; align-items: flex-end;
}
.word>h5{
	font-size: 26px;
}
.textarea {
    overflow: hidden;
    resize: none;
    font-size: 20px;
    width: 100%;outline:none;
    height: 280px;
}

input {
    border: none; outline: medium; text-indent: 15px;
	border-bottom: 1px solid gray; font-size: 20px;
	width: 70%;
}
.container_nav button {
	width: 170px; height: 48px; font-size: 20px;
	background-color: #2989FF; border: none; color: white;
	font-weight: bold;
}
.footer{
	display: flex;width: 100%; justify-content: center;
	flex-direction: column;align-items: center;
}