
*{
    text-align: center;
    margin:0;
    padding: 0;
    box-sizing: border-box;
    
}
body{
    background: linear-gradient(to left,green,greenyellow);

}
.box1{
    border: 1px solid;
    border-color:#1ae01a;
    border-radius: 60px;
    width:640px;
    height: 200px;
    display: flex;
    background-color: rgb(30, 203, 24);
    box-shadow: 0 35px 35px (yellow);
    
} 
.s1{
    align-items:last baseline;
    border: 1px solid;
    width: 500px;
    height: 200px;
    border-radius: 60px;
    text-align: center;
     background-color: rgb(30, 203, 24);
    
}
 .s2{
    align-items:last baseline;
    border: 1px solid;
    width: 500px;
    height: 200px;
    border-radius: 60px;
    text-align: center;
    background-color: #08B123;
}
.box2{
    border: 1px solid;
    border-color: green;
    border-radius: 60px;
    text-align: center;
    width:640px;
    height: 200px;
    display: flex;
    background-color: rgb(30, 203, 24);
}
img{
    list-style-image: left;
    width: 200px;
    height: 200px;
    display:flex ;
    border-radius: 60px;
}
.h11{
    color: rgb(32, 40, 19);
    text-align: center;
    height: 50px;
}
p{
    text-align: center;
    color: rgb(15, 22, 5);
    height: 50px;
}
.sm{
    
    background-color: greenyellow;
    color: rgb(45, 193, 45);
    cursor:pointer;
    width: 200px;
    height: 40px;
    border-radius: 40px;
    transition: 0.4s;
    outline: none;
}
.sum:hover{
    transform: translateY(-2px);
}
