html,body{
    height:100%;
}
body,ul,li,a,p,div{padding:0px;box-sizing: border-box; margin:0px;}
#wrap{
    position: absolute;
    overflow: hidden;
    width:100%;
    top: 0
}
#main{
    top:0;
    position: relative;
}
.page{
    width:100%;
    margin:0;
}
/* #page1{
    background-color: gold;
}
#page2{
    background-color: antiquewhite
}
#page3{
    background-color: darkblue;
}
#page4{
    background-color: aquamarine;
}
#page5{
    background-color: fuchsia
}
#page6{
    background-color:thistle;
} */
.head_top{
    position: absolute;
    z-index: 1000;
}
.page_1_head{
    margin: 10vh auto;
}
.btn_box{
    margin: 5vh auto !important;
}
.arow{
    margin: 2vh auto;
    text-align: center;
    display:block !important;
}
.page2_head{
    margin: 10vh auto;
}
.page3_head{
    margin: 5vh auto !important;
}
.page4_head{
    margin: 8vh auto !important;
}
.page5_head{
    margin: 10vh auto;
}
.box_1{
    border-radius: 8%;
    box-shadow: 10px 10px 10px black
}
.foot{
    margin: 5vh auto;
}