article{
 margin-top: 20px;      
  margin-bottom: 20px;   
  margin-left: auto;     
  margin-right: auto;
  width: 70%;         
  height: auto;         
  font-size: 20px;
  
  justify-content: center;
 padding:10px;

  overflow: hidden;      
  text-overflow: ellipsis; 
  word-wrap: break-word; 
  border-radius: 20px;
  color: rgb(0, 0, 0);
  background-color: white;
}
h1{
  text-align: center;
  

}