.transform-link-grey {
         display: inline-block;
         text-decoration: none;
         font-size: 20px;
         transition: transform 0.3s ease, color 0.3s ease;
	 background-color: lightgray; 
	 text-align: left;

 }

.transform-link {
         display: inline-block;
         text-decoration: none;
         font-size: 20px;
         transition: transform 0.3s ease, color 0.3s ease;

 }

 .transform-link:hover {
             transform: scale(1.1);
  }

.text-justify-grey {
	 background-color: lightgray; 
 	 text-align: justify;
}
.text-justify  {
	text-align: justify;
	text-justify: inter-word;
}