*{
    margin: 0;padding: 0;box-sizing: border-box;
}
.container{
    width: 100%;
    height: 100vh;
    background-image: url(./pic/5207905.jpg);
    background-size: cover;
    display: flex;
}
.pic{
    width: 50%;
    height: 100vh;
    /* background-color: aqua; */
    /* float: right; */
}
.pic img{
    margin-top: 30px;
margin-left: 50px;
   width: 100%;
   height: 100vh; 
}
.text{
    width:30%;
    height: 100vh;
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.btn{
    width: 100%;
    height: 200px;
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
    align-items: center;
}
a{
    width: 100%;
    height: 100px;
}
h1{
    font-size:55px ;
}
button{
    width: 120%;
    height: 80px; 
    font-size: xx-large;
    border-radius: 30px;
    border: 0cap;
    font-weight: 700;
    background-color: rgba(255, 68, 0, 0.95);
    /* background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%); */
    /* background-color: rgb(235, 88, 215); */
}
button:hover{
    background-color: rgb(6, 102, 6);
    color: white;
}