*{
    margin: 0;


    padding: 0;
}

html,body{
    width: 100%;
    height: 100%;




    /* background: url("../img/bgc.jpg") no-repeat; */


    background-size: 100% 100%;
}

.container3{
    width: 100%;
    height: 100%;




    background: url("../img/bgc.jpg") no-repeat;


    background-size: 100% 100%;
}
a{
    text-decoration: none;



    color: white;
}
/* .header{
    width: 100%;


    height: 65px;


    border-bottom: 1px #ccc solid;


    
}

.header_ct{


    width: 95%;
    
    height: 100%;
    display: flex;



    justify-content: space-between;



    align-items: center;
    margin: 0 auto;
}

.header p{
    color: white;
} */
.pp1{
    /* opacity: 0; */
}


.img60{


    position: absolute;



    top: 50%;


    left: 50%;
    transform: translate(-50%, -50%);
}

.img60 img{


  width: 399px;
}
.img2{


    position: absolute;


    bottom: 200px;


    left: 50%;


    transform: translateX(-50%);
}
.img2 p{


    width: 150px;


    height: 50px;
    border: 1px #ccc solid;

    border-radius: 30px;


    color: white;
    font-size: 20px;

    text-align: center;
    line-height: 50px;
}
.img3{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 65px;
    border-top: 1px #ccc solid;

    display: flex;


    justify-content: center;
    align-items: center;
}