*{
    margin:0;
    padding: 0;
}

.container{
    text-align: center;
    display:flex;    
    border:2px solid black;
    margin-top: 50px;
    background-color: brown;    
}
@media(max-width:600px){
    .container{
    flex-direction: column;
    font-size: 18px;

   
}
    .p1,.p2,.p3{
        padding:80px;
    }
    .container img {
        width: 100%;
      }
    
    li {
        min-width: unset;
        font-size: 20px;
      }
    a{
        display: none;
    }
}

.p1{
     color:rgb(62, 161, 227);
    background-color: beige;
    width:45%;
    height:45%;
    margin: 30px;
    

}
#img1{
    
    border-radius: 50%;
    border:3px solid black;
    width: 140px;
    height: 180px;
    margin: 30px;
    position: relative;
 
    z-index: 2;

}
#img11{
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border:3px solid black;
    width: 160px;
    height: 180px;
    margin: 30px;
    margin-left: 120px;
}

.p2{
    
     color:beige;
    background-color: rgb(180, 67, 96);
    width:45%;
    height:15%;
    margin: 30px;
}
#img2{
    border-radius: 48%;
    border:5px solid rgba(0, 0, 0, 0.708);
    width: 140px;
    height: 180px;
    margin: 30px;}



.p3{
     color:rgba(164, 2, 78, 0.832);
    background-color: rgb(241, 149, 0);
    width:45%;
    height:45%;
    margin: 30px;
}
#img3{
    border-radius: 50%;
    border:5px solid black;
    width: 140px;
    height: 180px;
    margin: 30px;
}

button:hover{
    background-color: blueviolet;
}
li:nth-child(1){
    background-color: rgb(237, 156, 237);
    font-family:'Poppins';
}

a{
        position:relative;
        text-decoration: none;
        background-color: black;
        color: aliceblue;
    
}

