*{
    margin: 0;
    padding: 0;
}


html,body{
    width: 100%;

    height: 100%;
    background: black;
    overflow-x: hidden;




    overflow-y: hidden;
}
a{
    text-decoration: none;
    color: white;
}
.container{
    width: 100%;
    height: 100%;
    position: relative;
}

.img1{
    position: absolute;

    left: 50%;
    transform: translateX(-50%);

    top: -109px;
}

.img2{
    color: white;
    font-size: 80px;
    position: absolute;


    top: 169px;
    left: 332px;
}

.img3{
    width: 112%;
    position: absolute;

    bottom: 146px;


    left: -138px;
}
.img5{


    width: 200px;
    height: 60px;

    background: #ff0080;


    font-size: 32px;



    color: white;


    text-align: center;
    line-height: 60px;

    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;



    position: absolute;
    bottom: 45px;
    right: 590px;
}


.line{
    display: inline-block;

    width: 30px;


    height: 1px;


    background: white;
}

.img6{
    display: flex;
    justify-content: center;
    align-items: center;
}


.sp1{
    margin-left: 12px;
}

.menu{


    width: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.img9{

    width: 50px;
    position: absolute;
    top: 30px;
    right: 30px;

}


.img15{



    list-style: none;
    margin-top: 100px;
    margin-left: -12px;

    display: none;
    
}


.menu:hover .img15{


    display: block;
}

.menu ul li{


    list-style: none;


    color: white;

    margin-top: 9px;
}


.img12{

    width: 200px;
    position:absolute;
    top: 295px;



    right: 269px;
}