body{
    background: black;
}
.titile_top {
    width: 100%;
    font-size: 18px;
}

.page1_haed {
    margin: 23px 0 23px 0;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40%;
}

.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 a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
#continer{
	width: 50%;display: flex;flex-direction: column;
	justify-content: center; 
	color: white; letter-spacing:3px;
}
#continer>div{
    padding: 20px;
}
#continer>div:nth-child(1){
    text-align: center;font-size: 2rem;font-weight: 600;
}
#continer>div:nth-child(2) span{
    text-align: center;font-size: 1.1rem;
}
#continer>div:nth-child(3) span{
    text-align: center;font-size: 1.1rem;margin-bottom: 10px;
}
p{
    font-size: 1rem;
}
.bag img{
    width: 100%;
}