
body{

 
.watiskwali {
  margin-top: 20px;      
  margin-bottom: 20px;   
  margin-left: auto;     
  margin-right: auto;
  width: 70%;         
  height: auto;         
  font-size: 20px;
  
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;

  overflow: hidden;      
  text-overflow: ellipsis; 
  word-wrap: break-word; 
  border-radius: 20px;
  color: rgb(0, 0, 0);
   background-image: url('stockphoto.jpg');
  background-position: 50% 50% ;
  background-repeat: repeat;
  background-blend-mode: multiply; 
}
.kwali2{
      margin-top: 20px;      
  margin-bottom: 20px;   
  margin-left: auto;     
  margin-right: auto;
  width: 70%;         
  height: auto;         
  
  
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;

  overflow: hidden;      
  text-overflow: ellipsis; 
  word-wrap: break-word; 
  border-radius: 20px;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.9);

image{
  
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: auto;
}
}
}