#pic{
    background-color: rgba(244, 249, 249, 0.662);
   text-align: center;

   width: 600px;
   border-radius: 50px;
   border: 10px solid rgb(46, 46, 46);
   margin: auto;
}



#first ,#second ,#third{
     display: inline-block;
    background-color: rgba(244, 249, 249, 0.662);
     text-align: center;

     width: 400px;
     
     border-radius: 50px;
     border: 10px solid rgb(46, 46, 46);
     margin: 100px;


    
  
} 

h2{
     text-align: center;
     margin-top: 20px;
}

img{
     border-radius: 360px;
     margin-top: 20px;
}

button{
     border-radius: 20px;
     padding: 10px;
     font-size: 30px;
     margin: 10px;
     background-color: rgb(24, 116, 183);
     color: aliceblue;
}

body{
     background-color: rgb(220, 218, 219);
}