 
 



 
 .body{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
 }

.div{
  
   
    background-color: rgb(58, 47, 47);
    padding: 20px;
    border: solid red;
    border-radius: 50px;
    position: relative;
    max-width: 50%;
}.h1{
    color: rgb(55, 55, 148);
   
}


  .image{
    display: block;
    width:20% ;
    border-radius: 25px;
    margin: 0 auto;
  }
  .a{
    font-size: 20px;
    color: azure;
    text-decoration: none;

  }
  .a:hover{
    color: blue;
    text-decoration: none;
  }
  .Body1{
    display: flex;
     flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

  }
  .Div1{
    background-color: rgb(58, 47, 47);
    padding: 20px;
    border: solid red;
    border-radius: 50px;
    width: 50%;
    text-align: center;
    height: 300px;
   
  }
  .a1:hover{
    
    font-size: 20px; 
    color:rgb(24, 21, 167);
    text-decoration: none;
}
  .a1{
  color:white;
  text-decoration:none ;
}


.flex {
  display: flex;
  gap: 20px;
  justify-content: space-around;

}

.row {
  flex-direction: row;
}
.container1 {
  background-color: brown;
  border-radius: 20px;
  border: solid blue;
  width: 90px;
}

.container2 {
  background-color: brown;
  border-radius: 20px;
  border: solid blue;
  width: 90px;
}
    





   



  
  