html{height:100%;width: 100%;}
body{min-height:100%;min-width: 100%;}
body{
	position: relative;
	width: 100%; height: 100%;
	
	background-image:url(../images/audit/auditbg.jpg); background-repeat:no-repeat; background-size:100%;-moz-background-size:100%;
}
.titile_top {
    width: 100%;
    font-size: 18px;
    display: flex;
    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 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: white;
}

.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: 18px;
}
.container_nav{
	display: flex;
	justify-content: space-evenly;
	align-content: flex-start;
	padding-top: 100px;
}
.container_nav>div{
	width: 28%; height: 300px;
	border: 1px solid white;
	display: flex; justify-content: center;
	align-items: center;
}
.container_nav>div span{
	font-size: 20px; letter-spacing: 5px;
	display: block; width: 70%; line-height: 50px;
}